From bd5e5a5c96dac8ea4f9e40dc01bcf79edb8a10ed Mon Sep 17 00:00:00 2001 From: Damian D'Souza Date: Sun, 5 Oct 2025 22:47:16 +0200 Subject: [PATCH] remove lastSeenTs update from notification history onClicked --- Modules/Bar/Widgets/NotificationHistory.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Bar/Widgets/NotificationHistory.qml b/Modules/Bar/Widgets/NotificationHistory.qml index 6c53f8b1..ad9bb86b 100644 --- a/Modules/Bar/Widgets/NotificationHistory.qml +++ b/Modules/Bar/Widgets/NotificationHistory.qml @@ -61,7 +61,6 @@ NIconButton { onClicked: { var panel = PanelService.getPanel("notificationHistoryPanel") panel?.toggle(this) - Settings.data.notifications.lastSeenTs = Time.timestamp * 1000 } onRightClicked: Settings.data.notifications.doNotDisturb = !Settings.data.notifications.doNotDisturb