Преглед изворни кода

Change palettes folder name back to Palettes

Equbuxu пре 1 година
родитељ
комит
d4daa55639
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/PixiEditor/Models/IO/Paths.cs

+ 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>