diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupMembersList.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupMembersList.qml index de75a7dc57..f315d6f19b 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupMembersList.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupMembersList.qml @@ -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 {