Index: sources/gui/qml/main.qml =================================================================== diff -u -rd949be21f2a9badd0978dddaaf436f6805de28dc -rfc7232d29a4f44a99e099edfedb4c6a726a11516 --- sources/gui/qml/main.qml (.../main.qml) (revision d949be21f2a9badd0978dddaaf436f6805de28dc) +++ sources/gui/qml/main.qml (.../main.qml) (revision fc7232d29a4f44a99e099edfedb4c6a726a11516) @@ -398,7 +398,8 @@ anchors.bottom : _mainMenu.top backgroundColor : _alarmItem.backgroundColor textColor : _alarmItem.textColor - text : _alarmItem.title + text :!_alarmItem.isDebug_AlarmID ? _alarmItem.title + : "01234567890123456789012345678901234" textPixelSize : Fonts.fontPixelAlarmBarTitle isSilenced : _alarmItem.isSilenced timeout : _alarmItem.timeout