disable the Wifi setup if there are boxes already

This commit is contained in:
Michael Zanetti 2018-09-06 12:48:48 +02:00
parent 5623003700
commit cfae3b943f

View File

@ -273,7 +273,7 @@ Page {
Layout.fillWidth: true
Layout.leftMargin: app.margins
Layout.rightMargin: app.margins
// visible: discovery.discoveryModel.count === 0
visible: discovery.discoveryModel.count === 0
text: qsTr("Start wireless setup")
onClicked: pageStack.push(Qt.resolvedUrl("BluetoothDiscoveryPage.qml"))
}