Jelajahi Sumber

Change palettes folder name back to Palettes

Equbuxu 1 tahun lalu
induk
melakukan
d4daa55639
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>