浏览代码

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>