diff options
author | Lakshman <acrlakshman@gmail.com> | 2014-03-27 13:38:07 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-28 09:38:08 -0700 |
commit | 7696fbf9cdb6292f487815bffdbc879a178cc73f (patch) | |
tree | 9effff5194d0576daa81f35359d2d54f70892889 /subsurfacestartup.c | |
parent | df7d7d498118c85b2bee40af5242852770c11e43 (diff) | |
download | subsurface-7696fbf9cdb6292f487815bffdbc879a178cc73f.tar.gz |
Toggle showing average depth
Add additional check box in "preferences->graph" section that allows
users to hide average depth on dive profile.
By default this option is checked to show average depth.
Fixes #475
Signed-off-by: Lakshman Anumolu <acrlakshman@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index b16c1fb9c..06a76d04f 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -30,6 +30,7 @@ struct preferences default_prefs = { .display_invalid_dives = false, .show_sac = false, .display_unused_tanks = false, + .show_average_depth = true, .text_label_with_units = false }; |