Add max notification shown, implement queue, fix bug where notifications removed in the server locked the queue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user