fix(SendContactRequestModal): display userName + compressed key
Fixes: #7295
This commit is contained in:
parent
a0c145fbfc
commit
71436388fa
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue