diff --git a/Modules/Notification/NotificationHistoryPanel.qml b/Modules/Notification/NotificationHistoryPanel.qml index 6d2b7e09..30583d5b 100644 --- a/Modules/Notification/NotificationHistoryPanel.qml +++ b/Modules/Notification/NotificationHistoryPanel.qml @@ -16,6 +16,10 @@ NPanel { preferredHeight: 480 panelKeyboardFocus: true + onOpened: function() { + Settings.data.notifications.lastSeenTs = Time.timestamp * 1000 + } + panelContent: Rectangle { id: notificationRect color: Color.transparent