Index: sources/gui/qml/pages/treatment/TreatmentStack.qml =================================================================== diff -u -r0e528e5f706308c7b0e8f22a4d9dbb5b5715db7c -r474e5b3680d8acbf0ac79062124352d0b3d43b65 --- sources/gui/qml/pages/treatment/TreatmentStack.qml (.../TreatmentStack.qml) (revision 0e528e5f706308c7b0e8f22a4d9dbb5b5715db7c) +++ sources/gui/qml/pages/treatment/TreatmentStack.qml (.../TreatmentStack.qml) (revision 474e5b3680d8acbf0ac79062124352d0b3d43b65) @@ -42,7 +42,7 @@ VTreatmentAdjustmentSaline { id: vTreatmentAdjustmentSaline } VHDTreatmentStates { id: vHDTreatmentStates property bool ufPaused : ufState === GuiActions.UF_PAUSED_STATE - property bool txPaused : subMode === GuiActions.TREATMENT_STOP_STATE + property bool txPaused : subMode === GuiActions.TREATMENT_DIALYSIS_STATE } // Components