Browse Source

Fixed syntax error

flabbet 6 months ago
parent
commit
c51c66a010
1 changed files with 2 additions and 2 deletions
  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;
         }