Fix cursorShape for avatar in StateDelegate

BUG: 454893
This commit is contained in:
Tobias Fella
2022-12-05 00:35:40 +01:00
parent 8f19c73908
commit 66bfcd6239

View File

@@ -88,6 +88,7 @@ QQC2.Control {
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: userDetailDialog.createObject(QQC2.ApplicationWindow.overlay, {room: currentRoom, user: author.object, displayName: author.displayName, avatarMediaId: author.avatarMediaId, avatarUrl: author.avatarUrl}).open()
}
}