diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index f37b548c14..fce8e3f6e0 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -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