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
|
||||
spacing: M.Theme.groupSpacing
|
||||
|
||||
M.Privacy {}
|
||||
M.BarGroup {
|
||||
M.Privacy {
|
||||
visible: M.Modules.privacy.enable
|
||||
}
|
||||
M.Clock {
|
||||
visible: M.Modules.clock.enable
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue