1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

dock: remove un-used mousearea

This commit is contained in:
bbedward
2025-10-26 22:32:33 -04:00
parent 1981a83e82
commit 1d211e8474

View File

@@ -213,13 +213,6 @@ Item {
anchors.centerIn: parent
}
MouseArea {
visible: model.type === "separator"
anchors.fill: parent
hoverEnabled: true
acceptedButtons: Qt.NoButton
}
DockAppButton {
id: button
visible: model.type !== "separator"