From 0ab6832e191dc45eb960221267d8658965ffe7b7 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Sat, 5 Dec 2020 23:29:54 +0700 Subject: startButton.onClicked use the updated path --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index 9969f41..4ae99f0 100644 --- a/main.qml +++ b/main.qml @@ -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") -- cgit v1.2.3