2
0
Эх сурвалжийг харах

Change palettes folder name back to Palettes

Equbuxu 1 жил өмнө
parent
commit
d4daa55639

+ 1 - 1
src/PixiEditor/Models/IO/Paths.cs

@@ -17,7 +17,7 @@ public static class Paths
     /// </summary>
     public static string PathToPalettesFolder { get; } = Path.Join(
         Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
-        "PixiEditor", "Autosave");
+        "PixiEditor", "Palettes");
     /// <summary>
     /// Path to %temp%/PixiEditor/Autosave
     /// </summary>