pointing hand

This commit is contained in:
Benjamin Palko 2025-07-22 10:08:22 -04:00
parent a64381ec92
commit 622d9fe7a7

View file

@ -34,6 +34,8 @@ Item {
MouseArea { MouseArea {
anchors.fill: text anchors.fill: text
cursorShape: Qt.PointingHandCursor
onClicked: { onClicked: {
if (!modelData.canTogglePlaying) { if (!modelData.canTogglePlaying) {
return; return;