elementary / wingpanel-indicator-notifications

Wingpanel Notifications Indicator
GNU Lesser General Public License v2.1
24 stars 12 forks source link

Clear notifications faster #242

Closed jeremypw closed 2 years ago

jeremypw commented 2 years ago

When clearing all notifications do not rewrite the session file for each notification closed.

This reduces the time take to clear an app's notifications from minutes to seconds when there are >1000 notifications.

Also reduces the complexity of code to clear an app's notifications.

Also incorporates some of #241 for convenience when testing - allows notifications to be added more quickly.