Index: sources/gui/qml/pages/treatment/sections/TreatmentSaline.qml =================================================================== diff -u -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 -r38cfd2533651d0db27a2eb07a4491ce0f182e64f --- sources/gui/qml/pages/treatment/sections/TreatmentSaline.qml (.../TreatmentSaline.qml) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) +++ sources/gui/qml/pages/treatment/sections/TreatmentSaline.qml (.../TreatmentSaline.qml) (revision 38cfd2533651d0db27a2eb07a4491ce0f182e64f) @@ -29,9 +29,8 @@ TreatmentFluid { id: _root readonly property bool isStarted : vHDTreatmentStates.sbRunning readonly property bool isIdle : vHDTreatmentStates.sbIdle - // other that max saline bolus delivered, - // if saline started but still is waiting for pump the button is disabled so user won't tap multiple times. - readonly property bool isDisabled : vHDTreatmentStates.sbMaxReached + // Saline bolus is enabled in treatment + readonly property bool isDisabled : false readonly property bool isWaitPump : vHDTreatmentStates.sbWaitPump QtObject { id: _private