Skip to content

mainWindow: Own in-app notification queues

Florian Müllner requested to merge fmuellner/polari:notification-cleanup into main

Currently the queues are owned by the application, and the main windows "borrows" them for its lifetime. That's unnecessarily awful, so stop doing that.

Merge request reports