From 0edc73610eca9510e147d9575c60fbbe9d61be3f Mon Sep 17 00:00:00 2001 From: Damian D'Souza Date: Sun, 5 Oct 2025 22:15:19 +0200 Subject: [PATCH] update lastSeenTs in notifications toggleHistory ipc call --- Services/IPCService.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Services/IPCService.qml b/Services/IPCService.qml index 64b1225e..04e6f05c 100644 --- a/Services/IPCService.qml +++ b/Services/IPCService.qml @@ -36,6 +36,7 @@ Item { function toggleHistory() { // Will attempt to open the panel next to the bar button if any. notificationHistoryPanel.toggle(null, "NotificationHistory") + Settings.data.notifications.lastSeenTs = Time.timestamp * 1000 } function toggleDND() { Settings.data.notifications.doNotDisturb = !Settings.data.notifications.doNotDisturb