fix button in connect page
This commit is contained in:
parent
96686a6b49
commit
5a53f83ac0
@ -266,7 +266,7 @@ Page {
|
|||||||
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("connection/BluetoothDiscoveryPage.qml"))
|
||||||
}
|
}
|
||||||
Button {
|
Button {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|||||||
Reference in New Issue
Block a user