Notification: add DND option to widget and notification panel as requested in #212
This commit is contained in:
parent
60950fb461
commit
c8a056f332
4 changed files with 28 additions and 5 deletions
|
|
@ -296,6 +296,7 @@ Singleton {
|
|||
|
||||
// notifications
|
||||
property JsonObject notifications: JsonObject {
|
||||
property bool doNotDisturb: false
|
||||
property list<string> monitors: []
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue