Index: sources/gui/qml/pages/treatment/TreatmentHome.qml =================================================================== diff -u -rc9764bd0ad823c5c1725d7c7f556290c2c459d4d -rc749ecd5dc413ce091250af652ccba4d96f7a582 --- sources/gui/qml/pages/treatment/TreatmentHome.qml (.../TreatmentHome.qml) (revision c9764bd0ad823c5c1725d7c7f556290c2c459d4d) +++ sources/gui/qml/pages/treatment/TreatmentHome.qml (.../TreatmentHome.qml) (revision c749ecd5dc413ce091250af652ccba4d96f7a582) @@ -192,6 +192,20 @@ } } + Connections { target: vTreatmentAdjustmentSaline + function onAdjustmentTriggered ( vValue ) { + if (vTreatmentAdjustmentSaline.adjustment_Accepted) { + if (_notification.source === 3) { + _notification.text = "" + } + } + else { + _notification.text = vTreatmentAdjustmentSaline.text() + _notification.source = 3 + } + } + } + onVisibleChanged: { if (visible) { _mainMenu.hidden = true