Same behavior for compact and mini

This commit is contained in:
ItsLemmy
2025-10-12 16:17:45 -04:00
parent 7e4c7a1efd
commit 2962c0d9f7
23 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ Item {
id: pill
anchors.verticalCenter: parent.verticalCenter
compact: (Settings.data.bar.density === "compact")
compact: (Settings.data.bar.density === "compact") || (Settings.data.bar.density === "mini")
rightOpen: BarService.getPillDirection(root)
icon: "keyboard"
autoHide: false // Important to be false so we can hover as long as we want