Index: sources/gui/qml/components/NotificationBar.qml =================================================================== diff -u -rb61d8a3e01fef66eee8095c9cddf835d9bb32b66 -re58be51c4aa52938af250db3ee579e98de08542c --- sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision b61d8a3e01fef66eee8095c9cddf835d9bb32b66) +++ sources/gui/qml/components/NotificationBar.qml (.../NotificationBar.qml) (revision e58be51c4aa52938af250db3ee579e98de08542c) @@ -23,12 +23,13 @@ Rectangle { id: _root objectName: "NotificationBar" // SquishQt - property alias text : _text.text - property alias textColor : _text.color - property int level : 0 - property bool isSilenced : false - property int muteTimeoutSec : 0 - property color backgroundColor : Colors.textNotificationNoneBg + property alias text : _text.text + property alias textColor : _text.color + property int level : 0 + property bool isSilenced : false + property int muteTimeoutSec : 0 + property color backgroundColor : Colors.textNotificationNoneBg + property alias iconVisible : _icon.visible visible : _text.text height : Variables.notificationHeight