AsteroidOS / asteroid-launcher

AsteroidOS launcher and Wayland compositor based on Qt5, QML and QtWayland via Lipstick.
Other
45 stars 34 forks source link

notifications: Don't switch away when there are more than one notifications left after dismissing #174

Closed MagneFire closed 3 months ago

MagneFire commented 3 months ago

The notification to the right is revealed when a notification is dismissed. This works well when the left most or a notification in the middle is dismissed. However, this shows the watchface when the right most notification is dismissed. This changes the behaviour such that the notification on its left is revealed, unless no notification is available, in which case the watchface is shown.

This fixes https://github.com/AsteroidOS/asteroid-launcher/issues/50