Skip to content

EWS: prevent notification spam

Carl Schwan requested to merge work/carl/fix-mass-notification into master

Check if there is not already a notification open before creating a new one. The KNotification object is managed with a QPointer which allows us to know then the notification was closed.

Merge request reports