mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +00:00
add CPAP_Pressure to LineChart for mode >= BiPap
This commit is contained in:
parent
c4ce9ccbd6
commit
ee6f0caeca
@ -118,7 +118,7 @@ void gLineChart::SetDay(Day *d)
|
||||
CPAPMode mode = (CPAPMode)sess->settings[CPAP_Mode].toInt();
|
||||
|
||||
if (mode >= MODE_BILEVEL_FIXED) {
|
||||
m_enabled[CPAP_Pressure] = false;
|
||||
m_enabled[CPAP_Pressure] = true; // probably a confusion of Pressure and IPAP somewhere
|
||||
m_enabled[CPAP_IPAP] = true;
|
||||
m_enabled[CPAP_EPAP] = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user