diff options
author | Robert C. Helling <helling@atdotde.de> | 2018-02-05 15:58:25 +0100 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2018-02-10 10:26:34 +0100 |
commit | 920aa613c9a422d3f232b355524db7f5a7f0342f (patch) | |
tree | 9d6d68a4e77dff06b078adc99b85987022deaf16 /core/subsurfacestartup.c | |
parent | f9f1630d5c040344b7f8dbaf02348ec5f2b4c7dd (diff) | |
download | subsurface-920aa613c9a422d3f232b355524db7f5a7f0342f.tar.gz |
Add a preference to turn on ICD warnings
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r-- | core/subsurfacestartup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index 90611a8dd..d4d191072 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -47,6 +47,7 @@ struct preferences default_prefs = { .show_sac = false, .display_unused_tanks = false, .show_average_depth = true, + .show_icd = false, .ascrate75 = 9000 / 60, .ascrate50 = 9000 / 60, .ascratestops = 9000 / 60, |