[#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…
Reference in New Issue