Windows-Apps-Hub / UnitedSets

Bringing back Sets and Browser
https://www.microsoft.com/store/apps/9N7CWZ3L5RWL
MIT License
232 stars 10 forks source link

Icon for Unpackaged, Moved FauxSettings to own class and write settings to json, Additional debug options #39

Closed mitchcapper closed 1 year ago

mitchcapper commented 1 year ago

Ability to save out the settings to disk and read them on launch. Tries using a file in the exe dir if that isn't writable uses a file in AppData.

Wanted to add an exception to the app if you started the unpackaged version without changing the config to DebugUnpackaged but I didn't see an easy way to do so. WinUI writes a lot of code in for the actual Program.cs main() func, which we could clone and then add a message about, but that seemed fragile.