diff --git a/Modals/NotificationModal.qml b/Modals/NotificationModal.qml index 3924016e..4225163c 100644 --- a/Modals/NotificationModal.qml +++ b/Modals/NotificationModal.qml @@ -54,6 +54,9 @@ DankModal { height: 700 visible: false onBackgroundClicked: hide() + onOpened: () => { + Qt.callLater(() => modalFocusScope.forceActiveFocus()); + } onShouldBeVisibleChanged: (shouldBeVisible) => { if (!shouldBeVisible) { notificationModalOpen = false