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
|
|
@ -107,8 +107,10 @@ PanelWindow {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
spacing: M.Theme.groupSpacing
|
spacing: M.Theme.groupSpacing
|
||||||
|
|
||||||
M.Privacy {}
|
|
||||||
M.BarGroup {
|
M.BarGroup {
|
||||||
|
M.Privacy {
|
||||||
|
visible: M.Modules.privacy.enable
|
||||||
|
}
|
||||||
M.Clock {
|
M.Clock {
|
||||||
visible: M.Modules.clock.enable
|
visible: M.Modules.clock.enable
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,9 @@ QtObject {
|
||||||
warning: 25,
|
warning: 25,
|
||||||
critical: 15
|
critical: 15
|
||||||
})
|
})
|
||||||
|
property var privacy: ({
|
||||||
|
enable: true
|
||||||
|
})
|
||||||
property var power: ({
|
property var power: ({
|
||||||
enable: true
|
enable: true
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue