fix(Onboarding): Save selected profile image for next steps
Closes: #6161
This commit is contained in:
parent
22d5f2d126
commit
301e89ef48
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue