From c9ce6c6a396ce823b8d6ab00775f39c02fc657f7 Mon Sep 17 00:00:00 2001 From: Gregory D Date: Tue, 26 Apr 2016 21:34:38 +0100 Subject: [PATCH] Update SetupView.qml --- src/VehicleSetup/SetupView.qml | 1 - 1 file changed, 1 deletion(-) 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()