summaryrefslogtreecommitdiff
path: root/saltoqd/notificationmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saltoqd/notificationmanager.cpp')
-rw-r--r--saltoqd/notificationmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saltoqd/notificationmanager.cpp b/saltoqd/notificationmanager.cpp
index f6b626f..c5a4e88 100644
--- a/saltoqd/notificationmanager.cpp
+++ b/saltoqd/notificationmanager.cpp
@@ -27,7 +27,7 @@ void NotificationManager::handleNotification(MonitoredNotification *n)
this, &NotificationManager::handleClosedNotification);
_cards.insert(notificationId, card);
- _deck->appendCard(card);
+ _deck->insertCard(0, card);
}
void NotificationManager::handleClosedNotification()