Преглед на файлове

Update ClassicDesktopEntry.cs

Krzysztof Krysiński преди 1 месец
родител
ревизия
254fb4865e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/PixiEditor/Initialization/ClassicDesktopEntry.cs

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

@@ -173,7 +173,7 @@ internal class ClassicDesktopEntry
             GetApiKey());
 #else
         return new PixiEditor.Platform.Standalone.StandalonePlatform([Paths.LocalExtensionPackagesPath, Paths.InstallDirExtensionPackagesPath], GetApiUrl(),
-            GetApiKey());
+            GetApiKey()); // The first in the extensionsPath array should be local, because it's the default where extensions are installed. Otherwise, OS access rights may cause issues.
 #endif
     }