mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
ResMed EPR html display fix in Details
This commit is contained in:
parent
d2381eac60
commit
431cbadb1f
@ -928,7 +928,7 @@ void Daily::Load(QDate date)
|
||||
} else if (cpap->machine->GetClass()==STR_MACH_ResMed) {
|
||||
int epr=cpap->settings_max(RMS9_EPR);
|
||||
int epr2=cpap->settings_max(RMS9_EPRSet);
|
||||
html+=QString("<tr>%1</td><td colspan=4>%2 / %3</td></tr>")
|
||||
html+=QString("<tr><td>%1</td><td colspan=4>%2 / %3</td></tr>")
|
||||
.arg(tr("EPR")).arg(epr).arg(epr2);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user