Partial functionality for settings - some settings save their current state to AppData

This commit is contained in:
random() 2024-01-10 00:19:42 -07:00
parent b84bbbee90
commit 9b76812d89
4 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,7 @@
namespace XeroBrowser
{
public class SettingsHandler
{
}
}