Browse Source

Update SetupView.qml

QGC4.4
Gregory D 9 years ago
parent
commit
c9ce6c6a39
  1. 1
      src/VehicleSetup/SetupView.qml

1
src/VehicleSetup/SetupView.qml

@ -279,7 +279,6 @@ Rectangle { @@ -279,7 +279,6 @@ Rectangle {
setupComplete: joystickManager.activeJoystick ? joystickManager.activeJoystick.calibrated : false
exclusiveGroup: setupButtonGroup
visible: _fullParameterVehicleAvailable && joystickManager.joysticks.length != 0
//visible: true
text: "Joystick"
onClicked: showJoystickPanel()

Loading…
Cancel
Save