diff --git a/Services/IPCService.qml b/Services/IPCService.qml index 04e6f05c..64b1225e 100644 --- a/Services/IPCService.qml +++ b/Services/IPCService.qml @@ -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