From c35b90e20259b61672f7a35e089b46c07b038d67 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 7 Dec 2020 10:38:36 +0700 Subject: home form uses toolbar --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index 4ae99f0..37c80aa 100644 --- a/main.qml +++ b/main.qml @@ -15,7 +15,7 @@ ApplicationWindow { OnboardingForm { id: pageView anchors.fill: parent - startButton.onClicked: pageView.push("pages/GetStarted.qml") + startButton.onClicked: pageView.push("pages/Home.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