mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-20 19:39:22 +00:00
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…
x
Reference in New Issue
Block a user