From 8403d4fa35124d64bdf837c5fd2c9f6f02ec9dfa Mon Sep 17 00:00:00 2001 From: Damian D'Souza Date: Sun, 5 Oct 2025 22:47:47 +0200 Subject: [PATCH] add onOpened signal handler to NotificationHistoryPanel --- Modules/Notification/NotificationHistoryPanel.qml | 4 ++++ 1 file changed, 4 insertions(+) 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