Explorar el Código

Change palettes folder name back to Palettes

Equbuxu hace 1 año
padre
commit
d4daa55639
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>