mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 18:44:01 +00:00
fix(@desktop/profile): Users profile image/identicon not shown in application navbar
fixes #4170
This commit is contained in:
parent
0a8a5c4795
commit
63b6b01b68
@ -313,7 +313,7 @@ Item {
|
||||
id: profileButton
|
||||
property bool opened: false
|
||||
|
||||
icon.source: profileModule.thumbnailImage || ""
|
||||
icon.source: userProfile.thumbnailImage
|
||||
badge.visible: true
|
||||
badge.anchors.rightMargin: 4
|
||||
badge.anchors.topMargin: 25
|
||||
|
Loading…
x
Reference in New Issue
Block a user