Add max notification shown, implement queue, fix bug where notifications removed in the server locked the queue

This commit is contained in:
Amaro Lopes
2025-10-10 02:14:54 -03:00
parent 3c9d671535
commit 3a3a0b274a
3 changed files with 67 additions and 29 deletions

View File

@@ -74,7 +74,7 @@ Item {
onClicked: mouse => {
if (mouse.button === Qt.RightButton) {
NotificationService.notificationsMuted = !NotificationService.notificationsMuted
NotificationService.manualNotificationsMuted = !NotificationService.manualNotificationsMuted
return;
}
root.createWindow = !root.createWindow;