Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -raabacb1dbdd30968ec8bc8ffc6c97263b09db71b -r2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95 --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision aabacb1dbdd30968ec8bc8ffc6c97263b09db71b) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95) @@ -76,7 +76,5 @@ } } - NotificationBar { id: _notification - text: "" //_root.notificationText - } + NotificationBar { id: _notification } }