Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -re961fc7bcdeba8ffab9c96da20244b07405f8f99 -r93223f7d403a66dcb0d72a31802181c1b38e7ce3 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision e961fc7bcdeba8ffab9c96da20244b07405f8f99) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 93223f7d403a66dcb0d72a31802181c1b38e7ce3) @@ -134,7 +134,7 @@ minVisible : ! vAlarmStatus.alarm_Flag_noMinimize titleFading : vHDOperationMode.fault countDown : vTreatmentStop.countDown - countDownVisible : vHDOperationMode.inTreatment && vHDTreatmentStates.txStop && vTreatmentStop.total + countDownVisible : vHDOperationMode.inTreatment && (vHDTreatmentStates.txStop || vHDTreatmentStates.txRinseback) && vTreatmentStop.total onMuteClicked : vAlarmStatus.doSilence () onResumeClicked : vAlarmStatus.doUserActionResume ()