Index: sources/gui/qml/components/NotificationBarSmall.qml =================================================================== diff -u -r77ba0083b790f7c1c851c60ecaeaa4f2e7eff7a8 -r923377d29fe730c0e2209386479a61b1e8ee1097 --- sources/gui/qml/components/NotificationBarSmall.qml (.../NotificationBarSmall.qml) (revision 77ba0083b790f7c1c851c60ecaeaa4f2e7eff7a8) +++ sources/gui/qml/components/NotificationBarSmall.qml (.../NotificationBarSmall.qml) (revision 923377d29fe730c0e2209386479a61b1e8ee1097) @@ -30,6 +30,7 @@ property bool imageAnimated : false property int imageDiameter : Variables.notificationIconDiameter property int imageTopMargin : 0 + property alias imageVisible : _image.visible property alias text : _text.text property alias textColor : _text.color