This commit is contained in:
Zacharias-Brohn
2026-03-12 16:27:02 +01:00
parent 9e9708ed12
commit 0b935a3096
10 changed files with 247 additions and 8 deletions
+6
View File
@@ -107,6 +107,9 @@ CustomMouseArea {
}
}
if (!visibilities.dock && !visibilities.launcher && inBottomPanel(panels.dock, x, y))
visibilities.dock = true;
if (y < root.bar.implicitHeight) {
root.bar.checkPopout(x);
}
@@ -145,6 +148,9 @@ CustomMouseArea {
root.panels.osd.hovered = false;
}
}
if (root.visibilities.launcher)
root.visibilities.dock = false;
}
function onOsdChanged() {