fix button in connect page

This commit is contained in:
Michael Zanetti 2018-08-05 19:22:15 +02:00
parent 96686a6b49
commit 5a53f83ac0

View File

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