remove timestamp change for notification history IpcHandler

This commit is contained in:
Damian D'Souza
2025-10-05 22:39:10 +02:00
parent 0edc73610e
commit 838ac704e1
-1
View File
@@ -36,7 +36,6 @@ 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