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
|
id: profileButton
|
||||||
property bool opened: false
|
property bool opened: false
|
||||||
|
|
||||||
icon.source: profileModule.thumbnailImage || ""
|
icon.source: userProfile.thumbnailImage
|
||||||
badge.visible: true
|
badge.visible: true
|
||||||
badge.anchors.rightMargin: 4
|
badge.anchors.rightMargin: 4
|
||||||
badge.anchors.topMargin: 25
|
badge.anchors.topMargin: 25
|
||||||
|
|
Loading…
Reference in New Issue