Index: sources/gui/qml/main.qml =================================================================== diff -u -r510ea07f96362a18f9961f41b5b91740df075c1f -rd34453298b70e10eb16414cbf16d8b168618ca5b --- sources/gui/qml/main.qml (.../main.qml) (revision 510ea07f96362a18f9961f41b5b91740df075c1f) +++ sources/gui/qml/main.qml (.../main.qml) (revision d34453298b70e10eb16414cbf16d8b168618ca5b) @@ -305,11 +305,11 @@ onDidAlarmRaise: { let silenceMinimize = false - // this is the response to the silence request - // so the dialog should be closed when the request accepted - // if not then if can stay minimized nothing happens - // if can't stay minimized then it has to be shown if (vAlarmStatus.alarm_Flag_alarmsSilenced && silenceMinimize) { + // this is the response to the silence request + // so the dialog should be closed when the request accepted + // if not then if can stay minimized nothing happens + // if can't stay minimized then it has to be shown alarmMinimize() } else {