fix(@desktop/general): the default profile picture and profile emojis are blurred on the Profile page
Fixes #5109
This commit is contained in:
parent
942066f8b4
commit
3ef69f6ba7
|
@ -93,6 +93,7 @@ Item {
|
|||
property string size: "14x14"
|
||||
|
||||
Layout.fillWidth: true
|
||||
renderType: Text.NativeRendering
|
||||
|
||||
text: {
|
||||
const emojiHash = Utils.getEmojiHashAsJson(root.pubkey)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue