Skip to content

Commit

Permalink
use xml for recent file list instead of registry
Browse files Browse the repository at this point in the history
  • Loading branch information
katycat5e committed Feb 4, 2025
1 parent b25db98 commit 99756c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkinConfigurator/RecentFileList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public interface IPersist

public RecentFileList()
{
Persister = new RegistryPersister();
Persister = new XmlPersister();

MaxNumberOfFiles = 9;
MaxPathLength = 50;
Expand Down

0 comments on commit 99756c5

Please sign in to comment.