diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-05 23:29:54 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-05 23:29:54 +0700 |
commit | 0ab6832e191dc45eb960221267d8658965ffe7b7 (patch) | |
tree | b57c5ab82bf99a6b5935a511a69a3eb435682436 | |
parent | 6fe925388058a83dcfad964bd73dc0b29250d330 (diff) |
startButton.onClicked use the updated path
-rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ ApplicationWindow { OnboardingForm { id: pageView anchors.fill: parent - startButton.onClicked: pageView.push("GetStarted.qml") + startButton.onClicked: pageView.push("pages/GetStarted.qml") onboardingText1.text: qsTr("Everything you need to sell online.") onboardingText2.text: qsTr("Set up your store in minutes and bring your brand to life") disclaimerText.text: qsTr("By tapping 'Get started' and using this app, you're agreeing to our terms of service and privacy policy") |