Browse Source

Fixed CommandDebugPopup.xaml.cs icon evaluator name

CPKreuz 2 years ago
parent
commit
9bc77532c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PixiEditor/Views/Dialogs/CommandDebugPopup.xaml.cs

+ 1 - 1
src/PixiEditor/Views/Dialogs/CommandDebugPopup.xaml.cs

@@ -94,7 +94,7 @@ public partial class CommandDebugPopup : Window
 
 
         if (command.IconEvaluator != IconEvaluator.Default)
         if (command.IconEvaluator != IconEvaluator.Default)
         {
         {
-            Info($"Uses custom icon evaluator ({command.IconEvaluator.GetType().Name})\n");
+            Info($"Uses custom icon evaluator ({command.IconEvaluator.Name})\n");
         }
         }
 
 
         if (!string.IsNullOrWhiteSpace(command.IconPath))
         if (!string.IsNullOrWhiteSpace(command.IconPath))