mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add UI element for final surface segment in planner
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
5e494ce761
commit
178eaa9a67
9 changed files with 35 additions and 1 deletions
|
|
@ -83,6 +83,8 @@ HANDLE_PREFERENCE_BOOL(DivePlanner, "last_stop", last_stop);
|
|||
|
||||
HANDLE_PREFERENCE_INT(DivePlanner, "min_switch_duration", min_switch_duration);
|
||||
|
||||
HANDLE_PREFERENCE_INT(DivePlanner, "surface_segment", surface_segment);
|
||||
|
||||
HANDLE_PREFERENCE_ENUM(DivePlanner, deco_mode, "deco_mode", planner_deco_mode);
|
||||
|
||||
HANDLE_PREFERENCE_INT(DivePlanner, "problemsolvingtime", problemsolvingtime);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue