fix(SendContactRequestModal): display userName + compressed key

Fixes: #7295
This commit is contained in:
Lukáš Tinkl 2022-09-18 15:01:13 +02:00 committed by Lukáš Tinkl
parent a0c145fbfc
commit 71436388fa
1 changed files with 2 additions and 3 deletions

View File

@ -43,10 +43,9 @@ StatusModal {
pubkey: root.userPublicKey
icon: root.userIcon
displayNameVisible: false
pubkeyVisible: false
displayNameVisible: true
pubkeyVisible: true
imageSize: ProfileHeader.ImageSize.Middle
editImageButtonVisible: false
}
StatusInput {