From 8dfe1647ed4115ec6e0e29cb0a1e69ede3d859a1 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 13 Jul 2022 20:23:46 +0200 Subject: [PATCH] Stop clearing notifications when new notifications are received Signed-off-by: Claudio Cambra --- src/gui/tray/usermodel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/tray/usermodel.cpp b/src/gui/tray/usermodel.cpp index c15742546..8ec34a8a8 100644 --- a/src/gui/tray/usermodel.cpp +++ b/src/gui/tray/usermodel.cpp @@ -114,8 +114,6 @@ void User::showDesktopNotification(const QString &title, const QString &message, void User::slotBuildNotificationDisplay(const ActivityList &list) { - _activityModel->clearNotifications(); - const auto multipleAccounts = AccountManager::instance()->accounts().count() > 1; ActivityList toNotifyList;