Commit 5b9a695f authored by DonLakeFlyer's avatar DonLakeFlyer

Fix showPanel calls

parent dd1cc241
......@@ -257,7 +257,7 @@ Rectangle {
setupIndicator: false
text: qsTr("PX4Flow")
Layout.fillWidth: true
onClicked: showPX4FlowPanel(this, "PX4FlowSensor.qml")
onClicked: showPanel(this, "PX4FlowSensor.qml")
}
SubMenuButton {
......@@ -268,7 +268,7 @@ Rectangle {
visible: _fullParameterVehicleAvailable && joystickManager.joysticks.length !== 0
text: qsTr("Joystick")
Layout.fillWidth: true
onClicked: showJoystickPanel(this, "JoystickConfig.qml")
onClicked: showPanel(this, "JoystickConfig.qml")
}
Repeater {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment