ソースを参照

Fixed syntax error

flabbet 8 ヶ月 前
コミット
c51c66a010
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/PixiEditor/Initialization/ClassicDesktopEntry.cs

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

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