Notification add ipc to clear history

This commit is contained in:
Ly-sec
2025-09-25 00:07:58 +02:00
parent 2afec4cc46
commit 1c5b02fab4
+3
View File
@@ -33,6 +33,9 @@ Item {
function toggleDND() {
Settings.data.notifications.doNotDisturb = !Settings.data.notifications.doNotDisturb
}
function clear() {
NotificationService.clearHistory()
}
}
IpcHandler {