Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2019-02-27 17:28:39 +0300
committerLipu Fei <lipu.fei815@gmail.com>2019-02-27 17:28:39 +0300
commit14fdf6887134b003ab12d45e45ec90171b6cebf4 (patch)
tree91f0daa3706e4915842052f659053f213a64dbcf /resources/qml/WelcomePages/WelcomeContent.qml
parentac012e8f0992c35691b18b013cb902b71dbc46de (diff)
WIP: Add User Agreement page and fixes
Diffstat (limited to 'resources/qml/WelcomePages/WelcomeContent.qml')
-rw-r--r--resources/qml/WelcomePages/WelcomeContent.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/WelcomePages/WelcomeContent.qml b/resources/qml/WelcomePages/WelcomeContent.qml
index e7e7300c12..c7da56cdd4 100644
--- a/resources/qml/WelcomePages/WelcomeContent.qml
+++ b/resources/qml/WelcomePages/WelcomeContent.qml
@@ -61,5 +61,6 @@ Column
text: catalog.i18nc("@button", "Get started")
width: 140
fixedWidthMode: true
+ onClicked: base.showNextPage()
}
}