Fix some back buttons in the wifi setup wizard

This commit is contained in:
Michael Zanetti 2022-06-23 11:00:55 +02:00
parent 832fd78474
commit bed7b782da

View File

@ -548,6 +548,7 @@ WizardPageBase {
title: qsTr("Wireless setup")
text: qsTr("Connecting to the nymea system...")
showNextButton: false
showBackButton: false
content: Item {
Layout.fillWidth: true
@ -565,6 +566,7 @@ WizardPageBase {
title: qsTr("Wireless setup")
text: qsTr("Select the WiFi you want to use.")
showNextButton: false
onBack: pageStack.pop()
property var wifiSetup: null
@ -641,6 +643,8 @@ WizardPageBase {
pageStack.push(wirelessConnectingWiFiComponent)
}
onBack: pageStack.pop()
property BtWiFiSetup wifiSetup: null
property string ssid: ""