summaryrefslogtreecommitdiffstats
path: root/startupscreen/MainView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/MainView.qml')
-rw-r--r--startupscreen/MainView.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/startupscreen/MainView.qml b/startupscreen/MainView.qml
index fb79df3..c297f41 100644
--- a/startupscreen/MainView.qml
+++ b/startupscreen/MainView.qml
@@ -147,6 +147,7 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom
anchors.bottomMargin: height / 4
+ onPressed: guide.visible = true
}
}
}
@@ -229,6 +230,11 @@ Item {
id: usbModeDialog
}
+ GuideView {
+ id: guide
+ visible: false
+ }
+
// base state = landscape
states: [
State {