1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-08 06:25:37 -05:00

handle notif spam better

This commit is contained in:
bbedward
2025-08-21 19:09:04 -04:00
parent a6948f9c26
commit ca352e5c52
5 changed files with 195 additions and 104 deletions

View File

@@ -54,7 +54,7 @@ DankPopout {
onShouldBeVisibleChanged: {
if (shouldBeVisible) {
NotificationService.disablePopups(true)
NotificationService.onOverlayOpen()
// Set up keyboard controller when content is loaded
Qt.callLater(function () {
if (contentLoader.item) {
@@ -79,7 +79,7 @@ DankPopout {
}
})
} else {
NotificationService.disablePopups(false)
NotificationService.onOverlayClose()
// Reset keyboard state when closing
keyboardController.keyboardNavigationActive = false
}