feat: add privacy module enable flag and move into clock group

This commit is contained in:
Damocles 2026-04-13 20:07:22 +02:00
parent 6c91fc031c
commit 5a4d5b3e27
2 changed files with 6 additions and 1 deletions

View file

@ -79,6 +79,9 @@ QtObject {
warning: 25,
critical: 15
})
property var privacy: ({
enable: true
})
property var power: ({
enable: true
})