fix(@desktop/general): the default profile picture and profile emojis are blurred on the Profile page

Fixes #5109
This commit is contained in:
Sale Djenic 2022-03-23 10:50:47 +01:00 committed by Iuri Matias
parent 942066f8b4
commit 3ef69f6ba7
2 changed files with 2 additions and 1 deletions

View File

@ -93,6 +93,7 @@ Item {
property string size: "14x14"
Layout.fillWidth: true
renderType: Text.NativeRendering
text: {
const emojiHash = Utils.getEmojiHashAsJson(root.pubkey)

View File

@ -30,7 +30,7 @@ Loader {
width: root.imageWidth
height: root.imageHeight
source: root.isIdenticon ? "" : root.icon
isIdenticon: false
isIdenticon: root.isIdenticon
}
icon {
width: root.imageWidth