Show feedback on avatar hover

This commit is contained in:
Devin Lin
2020-12-23 08:51:07 +00:00
committed by Carl Schwan
parent a1b66f3aa6
commit 87a7a34d80

View File

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