mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Enable bottom pO2 option also for recreational dives in planner
Bottom pO2 gas option in planner should be always enabled because also recreational dives can use nitrox and produce "high pO2" warnings. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
e8c918622f
commit
e34e2693ea
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ void PlannerSettingsWidget::disableDecoElements(int mode)
|
|||
ui.gfhigh->setDisabled(false);
|
||||
ui.lastStop->setDisabled(true);
|
||||
ui.backgasBreaks->setDisabled(true);
|
||||
ui.bottompo2->setDisabled(true);
|
||||
ui.bottompo2->setDisabled(false);
|
||||
ui.decopo2->setDisabled(true);
|
||||
ui.reserve_gas->setDisabled(false);
|
||||
ui.vpmb_conservatism->setDisabled(true);
|
||||
|
|
Loading…
Reference in a new issue