update lastSeenTs in notifications toggleHistory ipc call

This commit is contained in:
Damian D'Souza
2025-10-05 22:15:19 +02:00
parent bef810c0bc
commit 0edc73610e
+1
View File
@@ -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