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")
|
title: qsTr("Wireless setup")
|
||||||
text: qsTr("Connecting to the nymea system...")
|
text: qsTr("Connecting to the nymea system...")
|
||||||
showNextButton: false
|
showNextButton: false
|
||||||
|
showBackButton: false
|
||||||
|
|
||||||
content: Item {
|
content: Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
@ -565,6 +566,7 @@ WizardPageBase {
|
|||||||
title: qsTr("Wireless setup")
|
title: qsTr("Wireless setup")
|
||||||
text: qsTr("Select the WiFi you want to use.")
|
text: qsTr("Select the WiFi you want to use.")
|
||||||
showNextButton: false
|
showNextButton: false
|
||||||
|
onBack: pageStack.pop()
|
||||||
|
|
||||||
property var wifiSetup: null
|
property var wifiSetup: null
|
||||||
|
|
||||||
@ -641,6 +643,8 @@ WizardPageBase {
|
|||||||
pageStack.push(wirelessConnectingWiFiComponent)
|
pageStack.push(wirelessConnectingWiFiComponent)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onBack: pageStack.pop()
|
||||||
|
|
||||||
property BtWiFiSetup wifiSetup: null
|
property BtWiFiSetup wifiSetup: null
|
||||||
property string ssid: ""
|
property string ssid: ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user