SettingsController: Add reset feature + small improvements
- Nov 13, 2023
-
-
Diogo Simao Marques authored
A new section in the Settings tab introduces a feature to allow users to reset all the settings to their default values. Closes #1761
4ec74774
-
- Nov 10, 2023
-
-
Diogo Simao Marques authored
Some default values were not properly declared or had the wrong type.
e9fc8ef0 -
Diogo Simao Marques authored
The setting specifier is checked before being used in order to avoid crashing the application by accessing its variables in the case where the specifier does not exists.
e6594397
-