dock: show on empty workspace

This commit is contained in:
end-4
2025-06-07 22:37:32 +02:00
parent a8474af78d
commit 1add44ba2f
4 changed files with 9 additions and 4 deletions
@@ -20,6 +20,7 @@ DockButton {
property real iconSize: 35
property real countDotWidth: 10
property real countDotHeight: 4
property bool appIsActive: appToplevel.toplevels.find(t => (t.activated == true)) !== undefined
MouseArea {
id: mouseArea