mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Stop clearing notifications when new notifications are received
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
This commit is contained in:
parent
d4753865a9
commit
8dfe1647ed
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue