disable the Wifi setup if there are boxes already
This commit is contained in:
parent
5623003700
commit
cfae3b943f
@ -273,7 +273,7 @@ Page {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.leftMargin: app.margins
|
Layout.leftMargin: app.margins
|
||||||
Layout.rightMargin: app.margins
|
Layout.rightMargin: app.margins
|
||||||
// visible: discovery.discoveryModel.count === 0
|
visible: discovery.discoveryModel.count === 0
|
||||||
text: qsTr("Start wireless setup")
|
text: qsTr("Start wireless setup")
|
||||||
onClicked: pageStack.push(Qt.resolvedUrl("BluetoothDiscoveryPage.qml"))
|
onClicked: pageStack.push(Qt.resolvedUrl("BluetoothDiscoveryPage.qml"))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user