This commit is contained in:
staked-smart-ace 2021-01-13 11:42:32 +04:00 committed by Iuri Matias
parent 858c041671
commit 39d72c5f79
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ PopupMenu {
//% "View profile"
text: qsTrId("view-profile")
onTriggered: {
openProfilePopup(userName, fromAuthor, identicon);
openProfilePopup(userName, fromAuthor, identicon, "", nickname);
messageContextMenu.close()
}
icon.source: "../../../img/profileActive.svg"