mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make columns for temperature, cylinder, and nitrox optional
Just like SAC and OTU these can now be turned on and off through the preferences. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b091916249
commit
bf13c14d16
3 changed files with 35 additions and 6 deletions
|
@ -12,6 +12,9 @@ typedef struct {
|
|||
} progressbar_t;
|
||||
|
||||
typedef struct {
|
||||
gboolean cylinder;
|
||||
gboolean temperature;
|
||||
gboolean nitrox;
|
||||
gboolean sac;
|
||||
gboolean otu;
|
||||
} visible_cols_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue