fix(@desktop/profile): Users profile image/identicon not shown in application navbar

fixes #4170
This commit is contained in:
Khushboo Mehta 2021-11-25 16:52:08 +01:00 committed by Sale Djenic
parent 0a8a5c4795
commit 63b6b01b68
1 changed files with 1 additions and 1 deletions

View File

@ -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