From 7696fbf9cdb6292f487815bffdbc879a178cc73f Mon Sep 17 00:00:00 2001 From: Lakshman Date: Thu, 27 Mar 2014 13:38:07 -0500 Subject: 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 Signed-off-by: Dirk Hohndel --- subsurfacestartup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'subsurfacestartup.c') 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 }; -- cgit v1.2.3-70-g09d2