feat(Communities): open member profile on memberlist click
This commit is contained in:
parent
66912fd811
commit
010a7e0d8e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue