From: Claudio Cambra Date: Wed, 13 Jul 2022 18:23:46 +0000 (+0200) Subject: Stop clearing notifications when new notifications are received X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~88^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8dfe1647ed4115ec6e0e29cb0a1e69ede3d859a1;p=nextcloud-desktop.git Stop clearing notifications when new notifications are received Signed-off-by: Claudio Cambra --- 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;