diff --git a/src/qml/SpaceDrawer.qml b/src/qml/SpaceDrawer.qml index a08b77c04..735d05510 100644 --- a/src/qml/SpaceDrawer.qml +++ b/src/qml/SpaceDrawer.qml @@ -65,7 +65,8 @@ QQC2.Control { onSelected: pageStack.pushDialogLayer(Qt.createComponent('org.kde.neochat', 'NotificationsView'), { connection: root.connection }, { - title: i18nc("@title", "Notifications") + title: i18nc("@title", "Notifications"), + modality: Qt.NonModal }) }