Persist denoise setting #24
Reference in New Issue
Block a user
Delete Branch "persist-denoise"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This creates creates generic load_config/store_config functions for persistant settings, and then uses them to persist the denoise setting. Those could be two separate PRs if we want.
Note this is currently on top of #23, creating some extra diff.
persist-denoiseto Persist denoise setting92c4788f51tod3b1414025lgtm
Puts the denoise bool into an AudioSettings struct in the model state, and persists changes to user state.