From b5aa8d876ee4b3c7d8e18bc80715d0f03e53c718 Mon Sep 17 00:00:00 2001 From: Alexandra Betouni Date: Fri, 30 Jul 2021 17:00:25 +0300 Subject: [PATCH] [#3119] Fixiing profile picture not correct in add new chat popup Closes #3119 --- ui/app/AppLayouts/Chat/components/PrivateChatPopup.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/AppLayouts/Chat/components/PrivateChatPopup.qml b/ui/app/AppLayouts/Chat/components/PrivateChatPopup.qml index 52dcf55f23..cc448af48f 100644 --- a/ui/app/AppLayouts/Chat/components/PrivateChatPopup.qml +++ b/ui/app/AppLayouts/Chat/components/PrivateChatPopup.qml @@ -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 {