diff --git a/ui/app/AppLayouts/Onboarding/stores/OnboardingStore.qml b/ui/app/AppLayouts/Onboarding/stores/OnboardingStore.qml index d13e01fcd7..bccde92043 100644 --- a/ui/app/AppLayouts/Onboarding/stores/OnboardingStore.qml +++ b/ui/app/AppLayouts/Onboarding/stores/OnboardingStore.qml @@ -23,6 +23,11 @@ QtObject { property bool showBeforeGetStartedPopup: true function generateImage(source, aX, aY, bX, bY) { + profImgUrl = source + profImgAX = aX + profImgAY = aY + profImgBX = bX + profImgBY = bY return onboardingModuleInst.generateImage(source, aX, aY, bX, bY) }