I have:
Install method used:
Is your feature request related to a problem? Please describe.
Currently when the settings are saved it contains all of the settings even if they have the same content as the default
Describe the solution you'd like
Only store settings that diverge form the defaults, which would result in smaller files, and possibly help with preset loading issues like #241 #298 #289
Describe alternatives you've considered
None, suggestions are welcome though as the current mechanism of parsing JSON back and forth is a mess
Additional context
None
I have:
Install method used:
Is your feature request related to a problem? Please describe.
Currently when the settings are saved it contains all of the settings even if they have the same content as the default
Describe the solution you'd like
Only store settings that diverge form the defaults, which would result in smaller files, and possibly help with preset loading issues like #241 #298 #289
Describe alternatives you've considered
None, suggestions are welcome though as the current mechanism of parsing JSON back and forth is a mess
Additional context
None