Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r8b3412f64e23b66afa795a95ebc85107358e8070 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 8b3412f64e23b66afa795a95ebc85107358e8070) @@ -63,6 +63,10 @@ _alarmBar .visible = true } function alarmMaximize() { + // checks if a confirmation is open won't close it by default + // keep it up until user closes it. + if ( _powerItem.isOpen ) return + // The has alarm check has been added here to let other components call this function, // without worrying about the alarmDialog popoing up without an alarm present. // Look at the PowerItem as an example.