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 Khushboo-dev-cpp
parent c673843675
commit 909503cef2
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