Skip to content

Commit 9cdfc77

Browse files
committed
Stop clearing notifications when new notifications are received
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
1 parent 9cb255f commit 9cdfc77

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/gui/tray/usermodel.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ void User::showDesktopNotification(const QString &title, const QString &message,
114114

115115
void User::slotBuildNotificationDisplay(const ActivityList &list)
116116
{
117-
_activityModel->clearNotifications();
118-
119117
const auto multipleAccounts = AccountManager::instance()->accounts().count() > 1;
120118
ActivityList toNotifyList;
121119

0 commit comments

Comments
 (0)