diff --git a/src/VehicleSetup/SetupView.qml b/src/VehicleSetup/SetupView.qml index a5713a8..18e50da 100644 --- a/src/VehicleSetup/SetupView.qml +++ b/src/VehicleSetup/SetupView.qml @@ -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()