diff --git a/src/VehicleSetup/SetupView.qml b/src/VehicleSetup/SetupView.qml index 4719e8e8a9ef628e1b9e0e7982c36ae221e22c3c..6c13a47a3471e5e19baed75e82f1d5d23e2eeb2d 100644 --- a/src/VehicleSetup/SetupView.qml +++ b/src/VehicleSetup/SetupView.qml @@ -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 {