hefty: bar: make battery vertical-compatible

This commit is contained in:
end-4
2026-03-08 21:51:54 +01:00
parent 1113b6162c
commit d1dc89b9f2
3 changed files with 218 additions and 25 deletions
@@ -3,5 +3,5 @@ import QtQuick
FadeLoader {
id: root
onActiveChanged: item.shown = true
onActiveChanged: if (active) item.shown = true
}