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
|
pubkey: root.userPublicKey
|
||||||
icon: root.userIcon
|
icon: root.userIcon
|
||||||
|
|
||||||
displayNameVisible: false
|
displayNameVisible: true
|
||||||
pubkeyVisible: false
|
pubkeyVisible: true
|
||||||
imageSize: ProfileHeader.ImageSize.Middle
|
imageSize: ProfileHeader.ImageSize.Middle
|
||||||
editImageButtonVisible: false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusInput {
|
StatusInput {
|
||||||
|
|
Loading…
Reference in New Issue