Fix some back buttons in the wifi setup wizard
This commit is contained in:
parent
832fd78474
commit
bed7b782da
@ -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: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user