Notification: make doNotDisturb non persistent (fixes #665)

This commit is contained in:
Ly-sec
2025-11-10 17:12:51 +01:00
parent 97e24ac9b3
commit 5402ae32f5
8 changed files with 19 additions and 23 deletions
-1
View File
@@ -342,7 +342,6 @@ Singleton {
// notifications
property JsonObject notifications: JsonObject {
property bool enabled: true
property bool doNotDisturb: false
property list<string> monitors: []
property string location: "top_right"
property bool overlayLayer: true