Fix closing notification applet on clear action
Notifications::clear is actually async as ends up calling AbstractNotificationsModel::Private::onNotificationRemoved which event compresses with a queue and pendingRemovalTimer
So connect to when the removals will actually be done and only there close if there are no notifications left