summaryrefslogtreecommitdiffstats
path: root/startupscreen/MainView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/MainView.qml')
-rw-r--r--startupscreen/MainView.qml10
1 files changed, 9 insertions, 1 deletions
diff --git a/startupscreen/MainView.qml b/startupscreen/MainView.qml
index c5a18e8..4d95577 100644
--- a/startupscreen/MainView.qml
+++ b/startupscreen/MainView.qml
@@ -193,7 +193,10 @@ Item {
id: wifiButton
height: parent.buttonSize
width: height
- visible: false
+ visible: true
+ onPressed: {
+ loader.source = "qrc:/NetworkSettings/NetworkSettingsPage.qml"
+ }
}
}
@@ -227,6 +230,11 @@ Item {
}
}
+ Loader {
+ id: loader
+ anchors.fill: parent
+ }
+
UsbModeDialog {
id: usbModeDialog
}