Skip to content

Commit

Permalink
[#3119] Fixiing profile picture not correct in add new chat popup
Browse files Browse the repository at this point in the history
Closes #3119
  • Loading branch information
alexandraB99 authored and iurimatias committed Aug 2, 2021
1 parent 9204e40 commit b5aa8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/AppLayouts/Chat/components/PrivateChatPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b5aa8d8

Please sign in to comment.