Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Cambra <claudio.cambra@gmail.com>2022-07-13 21:23:46 +0300
committerClaudio Cambra <claudio.cambra@gmail.com>2022-07-13 21:23:46 +0300
commit9cdfc7763306ca39b693c137bedee9492185b872 (patch)
treecdb248fbc93948113e39fd572bb25be35b681351
parent9cb255f0465361685b9077afc64c5f52ffaa770e (diff)
Stop clearing notifications when new notifications are receivedbugfix/fix-disappearing-notifications
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
-rw-r--r--src/gui/tray/usermodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/tray/usermodel.cpp b/src/gui/tray/usermodel.cpp
index 782de47a1..9fe72e44b 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;