feat(Communities): open member profile on memberlist click

This commit is contained in:
Pascal Precht 2021-03-18 13:02:15 +01:00 committed by Iuri Matias
parent 66912fd811
commit 010a7e0d8e
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ Item {
onEntered: contactRow.isHovered = true
onExited: contactRow.isHovered = false
acceptedButtons: Qt.LeftButton | Qt.RightButton
onClicked: openProfilePopup(model.userName, model.pubKey, model.identicon, '', contactRow.nickname)
}
StatusContextMenuButton {