Actions
Feature #92
openApplication Configuration
Description
Add support for loading and saving a configuration file in the user's AppData folder. This config file will be a simple, pretty-printed JSON configuration file.
The configuration will have error handling support if it fails to load or save because of improper serialization or user tampering.
Load failures cause a modal asking to overwrite the whole config or delete it when starting the application.
Actions