Bar vs Dock: Dock are loaded only once the bar is fully loaded. This ensure the vertical bar use the full screen height if the dock is exclusive.

This commit is contained in:
ItsLemmy
2025-09-28 16:39:23 -04:00
parent 5da474007e
commit 072d80e2f3
3 changed files with 40 additions and 6 deletions
+6
View File
@@ -55,6 +55,12 @@ Variants {
right: Settings.data.bar.floating && Settings.data.bar.position !== "left" ? Settings.data.bar.marginHorizontal * Style.marginXL * scaling : 0
}
Component.onCompleted: {
if (modelData && modelData.name) {
BarService.registerBar(modelData.name)
}
}
Item {
anchors.fill: parent
clip: true