1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

Missing mousearea

This commit is contained in:
bbedward
2025-07-16 18:52:20 -04:00
parent 457bbcd131
commit 2f7e00a5a5

View File

@@ -100,6 +100,11 @@ PanelWindow {
} }
} }
MouseArea {
anchors.fill: parent
onClicked: {}
}
// Content with focus management // Content with focus management
Item { Item {
anchors.fill: parent anchors.fill: parent