Browse Source

Change palettes folder name back to Palettes

Equbuxu 1 year ago
parent
commit
d4daa55639
1 changed files with 1 additions and 1 deletions
  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>
     /// </summary>
     public static string PathToPalettesFolder { get; } = Path.Join(
     public static string PathToPalettesFolder { get; } = Path.Join(
         Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
         Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
-        "PixiEditor", "Autosave");
+        "PixiEditor", "Palettes");
     /// <summary>
     /// <summary>
     /// Path to %temp%/PixiEditor/Autosave
     /// Path to %temp%/PixiEditor/Autosave
     /// </summary>
     /// </summary>