Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -r2124420a19819f672e9180979ff3762dc083eb7f -rb50bbd0e8ab67f7752092a8a0460c5298ed02ef6 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 2124420a19819f672e9180979ff3762dc083eb7f) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision b50bbd0e8ab67f7752092a8a0460c5298ed02ef6) @@ -116,7 +116,7 @@ minVisible : ! vAlarmStatus.alarm_Flag_noMinimize titleFading : vHDOperationMode.fault countDown : vTreatmentStop.countDown - countDownVisible : vHDTreatmentStates.txStop && vTreatmentStop.total + countDownVisible : vHDOperationMode.inTreatment && vHDTreatmentStates.txStop && vTreatmentStop.total onMuteClicked : vAlarmStatus.doSilence () onResumeClicked : vAlarmStatus.doUserActionResume ()