diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index 16106afd6a..867c2385e2 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