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