Commit 5b9a695f authored by DonLakeFlyer's avatar DonLakeFlyer

parent dd1cc241
...@@ -257,7 +257,7 @@ Rectangle { ...@@ -257,7 +257,7 @@ Rectangle {
setupIndicator: false setupIndicator: false
text: qsTr("PX4Flow") text: qsTr("PX4Flow")
Layout.fillWidth: true Layout.fillWidth: true
onClicked: showPX4FlowPanel(this, "PX4FlowSensor.qml") onClicked: showPanel(this, "PX4FlowSensor.qml")
} }
SubMenuButton { SubMenuButton {
...@@ -268,7 +268,7 @@ Rectangle { ...@@ -268,7 +268,7 @@ Rectangle {
visible: _fullParameterVehicleAvailable && joystickManager.joysticks.length !== 0 visible: _fullParameterVehicleAvailable && joystickManager.joysticks.length !== 0
text: qsTr("Joystick") text: qsTr("Joystick")
Layout.fillWidth: true Layout.fillWidth: true
onClicked: showJoystickPanel(this, "JoystickConfig.qml") onClicked: showPanel(this, "JoystickConfig.qml")
} }
Repeater { 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