mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add configurable visualization of calculated ceiling
This is on top of the deco information reported by the dive computer (in a different color - currently ugly green). The user needs to enable this via the Tec page of the preferences. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3c31d0401d
commit
aab67e2a5b
4 changed files with 33 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ struct preferences {
|
|||
visible_cols_t visible_cols;
|
||||
partial_pressure_graphs_t pp_graphs;
|
||||
gboolean profile_red_ceiling;
|
||||
gboolean profile_calc_ceiling;
|
||||
};
|
||||
|
||||
extern struct preferences prefs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue