hefty: bar: allow vertical

This commit is contained in:
end-4
2026-02-03 22:43:09 +01:00
parent 58184f5be8
commit 5bb1aa06af
7 changed files with 177 additions and 84 deletions
@@ -108,7 +108,7 @@ PanelWindow {
HBar {
id: bar
load: root.currentPanel === this
load: root.currentPanel === this && root.finishedMorphing // the extra condition is to prevent workspace widget from acting up when switching horizontal/vertical... should be fixed later
shown: root.finishedMorphing
}