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/pref.h | |
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/pref.h')
-rw-r--r-- | core/pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pref.h b/core/pref.h index 9f7192ca3..3ba7c26d3 100644 --- a/core/pref.h +++ b/core/pref.h @@ -94,6 +94,7 @@ struct preferences { bool show_sac; bool display_unused_tanks; bool show_average_depth; + bool show_icd; bool zoomed_plot; bool hrgraph; bool percentagegraph; |