bla bla bla

This commit is contained in:
lucy 2026-01-17 12:41:17 +01:00
parent 848c0b3af3
commit 81d0967b2b

View File

@ -46,7 +46,6 @@ Item {
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.LeftButton
cursorShape: Qt.PointingHandCursor
onClicked: {
parent.modelData.activate();
}