hefty: bar: put popups in loaders

This commit is contained in:
end-4
2026-03-08 21:02:16 +01:00
parent 7a9b080616
commit 38dbc8769b
5 changed files with 201 additions and 179 deletions
@@ -14,7 +14,7 @@ GridLayout {
readonly property int count: choreographableChildren.length
children: choreographableChildren
property bool shown: true
property bool shown: false
onShownChanged: {
// When hiding, hide all at once
if (!shown) {