Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -r5d211a3d77e20d369319231f5534211caf58fec2 -r5af51ca3113e62827510441f40ad042a82301d04 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 5d211a3d77e20d369319231f5534211caf58fec2) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 5af51ca3113e62827510441f40ad042a82301d04) @@ -161,11 +161,6 @@ Connections { target: vAlarmStatus function onAlarm_PriorityChanged ( vValue ) { - // When alarm status 0 is sent from HD to clear/hide the AlarmDialog, it comes with priority 0 - // priority 0 has no clear definition; therefore, UI will set the coloring to the default system theme: blue. - // The blue color is confusing users, so we skip this coloring. - if ( ! vValue ) return - [ _alarmDialog.titleBarBackground, _alarmDialog.titleBarForeground,