feat: add privacy module enable flag and move into clock group
This commit is contained in:
parent
6c91fc031c
commit
5a4d5b3e27
2 changed files with 6 additions and 1 deletions
|
|
@ -79,6 +79,9 @@ QtObject {
|
|||
warning: 25,
|
||||
critical: 15
|
||||
})
|
||||
property var privacy: ({
|
||||
enable: true
|
||||
})
|
||||
property var power: ({
|
||||
enable: true
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue