diff options
| author | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-07 10:38:36 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-07 10:38:36 +0700 |
| commit | c35b90e20259b61672f7a35e089b46c07b038d67 (patch) | |
| tree | f6684a5ca2fb83b5807672e94c4ecf2da936b21b /main.qml | |
| parent | bf635def9dadee8a4aff8f90d8f419b02286cf9c (diff) | |
home form uses toolbar
Diffstat (limited to 'main.qml')
| -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("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") |