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

@ -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
}