mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Added a 'use default file' button on preferences.
Added a 'Use default file' button on preferences in a way that doesn't clutters the interface. Fixes #630 Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bf7fc97b50
commit
1b6144350d
4 changed files with 64 additions and 22 deletions
1
pref.h
1
pref.h
|
@ -64,6 +64,7 @@ struct preferences {
|
|||
bool doo2breaks;
|
||||
bool drop_stone_mode;
|
||||
bool show_pictures_in_profile;
|
||||
bool use_default_file;
|
||||
};
|
||||
enum unit_system_values {
|
||||
METRIC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue