Skip to content

Commit

Permalink
Change palettes folder name back to Palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
Equbuxu committed Dec 12, 2023
1 parent a699958 commit d4daa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PixiEditor/Models/IO/Paths.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d4daa55

Please sign in to comment.