Jelajahi Sumber

Fixed syntax error

flabbet 10 bulan lalu
induk
melakukan
c51c66a010
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/PixiEditor/Initialization/ClassicDesktopEntry.cs

+ 2 - 2
src/PixiEditor/Initialization/ClassicDesktopEntry.cs

@@ -84,9 +84,9 @@ internal class ClassicDesktopEntry
 
             return;
         }
-
+        
 #if !STEAM && !DEBUG
-        if (!HandleNewInstance(dispatcher))
+        if (!HandleNewInstance(Dispatcher.UIThread))
         {
             return;
         }