Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r301c0a2101eb9374145ae274c8d91460fc9a6a62 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) @@ -116,7 +116,7 @@ minVisible : ! vAlarmStatus.alarm_Flag_noMinimize titleFading : vHDOperationMode.fault countDown : vTreatmentStop.countDown - countDownVisible : vHDOperationMode.inTreatment && vHDTreatmentStates.txStop && vTreatmentStop.total + countDownVisible : vHDTreatmentStates.txStop && vTreatmentStop.total onMuteClicked : vAlarmStatus.doSilence () onResumeClicked : vAlarmStatus.doUserActionResume ()