mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
[#3119] Fixiing profile picture not correct in add new chat popup
Closes #3119
This commit is contained in:
parent
9204e409f3
commit
b5aa8d876e
@ -51,14 +51,14 @@ ModalPopup {
|
||||
}
|
||||
contentItem: Item {
|
||||
anchors.fill: parent
|
||||
SVGImage {
|
||||
RoundedImage {
|
||||
id: dollarEmoji
|
||||
width: 32
|
||||
height: 32
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: 2
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
source: Qt.resolvedUrl("../../../../imports/twemoji/svg/1f911.svg")
|
||||
source: appMain.getProfileImage(profileModel.profile.pubKey)
|
||||
}
|
||||
|
||||
StyledText {
|
||||
|
Loading…
x
Reference in New Issue
Block a user