mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add button to toggle deco info in info box
The info box can get longish. Offer the user to turn off display of deco information (surface GF and individual ceilings). Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
2eebbfa3a4
commit
c9d8b4f605
11 changed files with 49 additions and 13 deletions
|
@ -176,6 +176,7 @@ struct preferences {
|
|||
bool calcceiling;
|
||||
bool calcceiling3m;
|
||||
bool calcndltts;
|
||||
bool decoinfo; // Show deco info in infobox
|
||||
bool dcceiling;
|
||||
enum deco_mode display_deco_mode;
|
||||
bool display_unused_tanks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue