mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: pref.h rename showDeveloper to show_developer
change to use same name pattern as other variables. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
cd5eed4605
commit
55c3afc075
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ struct preferences {
|
||||||
bool display_invalid_dives;
|
bool display_invalid_dives;
|
||||||
const char *divelist_font;
|
const char *divelist_font;
|
||||||
double font_size;
|
double font_size;
|
||||||
bool showDeveloper;
|
bool show_developer;
|
||||||
const char *theme;
|
const char *theme;
|
||||||
|
|
||||||
// ********** Facebook **********
|
// ********** Facebook **********
|
||||||
|
|
Loading…
Add table
Reference in a new issue