BarService: to keep tracks of bar widgets and improve IPC behavior.

This commit is contained in:
LemmyCook
2025-09-17 10:19:55 -04:00
parent abd6a66297
commit 8af8bf2e2e
11 changed files with 209 additions and 40 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
compact: (Settings.data.bar.density === "compact")
rightOpen: BarWidgetRegistry.getPillDirection(root)
rightOpen: BarService.getPillDirection(root)
icon: "keyboard"
autoHide: false // Important to be false so we can hover as long as we want
text: currentLayout.toUpperCase()