BeatSaberModManager icon indicating copy to clipboard operation
BeatSaberModManager copied to clipboard

Feature request: Save settings

Open Rycia opened this issue 2 years ago • 1 comments

Whenever BSMM closes (or crashes) the settings are never saved, such as what's selected under Miscellaneous if you want to have "reinstall installed mods" enabled or a custom folder path.

When opening it again, the custom path and any ticks made don't save.

You should try saving the user's settings to a json file or something as they are changed (not when the application is closed ect)

Rycia avatar Jan 07 '23 00:01 Rycia

With https://github.com/affederaffe/BeatSaberModManager/commit/f7418e7aa7c0162b2ea4536e011ab5dc919c08d6, exceptions are caught globally, so settings should always be saved on exit. I'm not a fan of saving them on change since it introduces unnecessary IO.

affederaffe avatar Jan 11 '23 10:01 affederaffe