Notification: add enable/disable toggle

This commit is contained in:
Ly-sec
2025-11-06 17:30:16 +01:00
parent 7211868c27
commit ceb2dea2a9
12 changed files with 81 additions and 6 deletions
+1
View File
@@ -341,6 +341,7 @@ Singleton {
// notifications
property JsonObject notifications: JsonObject {
property bool enabled: true
property bool doNotDisturb: false
property list<string> monitors: []
property string location: "top_right"