notif actions fix

This commit is contained in:
Zacharias-Brohn
2026-02-05 15:47:32 +01:00
parent fa9bdca241
commit 73a3b85141
13 changed files with 225 additions and 624 deletions
+3 -1
View File
@@ -10,6 +10,7 @@ import ZShell
import qs.Modules
import qs.Helpers
import qs.Paths
import qs.Config
Singleton {
id: root
@@ -103,7 +104,8 @@ Singleton {
}
GlobalShortcut {
name: "clearNotifs"
name: "clearnotifs"
appid: "zshell-notif"
description: "Clear all notifications"
onPressed: {
for (const notif of root.list.slice())