notif actions fix
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user