mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Update wording for disabling sessions window in Clinical Mode
This commit is contained in:
parent
95f42c8a14
commit
0ae2cf58bc
@ -579,7 +579,7 @@ void Daily::showEvent(QShowEvent *)
|
|||||||
bool Daily::rejectToggleSessionEnable( Session*sess) {
|
bool Daily::rejectToggleSessionEnable( Session*sess) {
|
||||||
if (!sess) return true;
|
if (!sess) return true;
|
||||||
if (p_profile->cpap->clinicalMode()) {
|
if (p_profile->cpap->clinicalMode()) {
|
||||||
QMessageBox mbox(QMessageBox::Warning, tr("Clinical Mode"), tr(" Disabling Sessions requires the Permissive Mode"), QMessageBox::Ok , this);
|
QMessageBox mbox(QMessageBox::Warning, tr("Clinical Mode"), tr(" Disabling Sessions requires Permissive Mode be set in OSCAR Preferences in the Clinical tab."), QMessageBox::Ok , this);
|
||||||
mbox.exec();
|
mbox.exec();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user