diff --git a/src/VehicleSetup/SetupView.qml b/src/VehicleSetup/SetupView.qml index a2db686..70946d1 100644 --- a/src/VehicleSetup/SetupView.qml +++ b/src/VehicleSetup/SetupView.qml @@ -258,6 +258,7 @@ Rectangle { SubMenuButton { id: joystickButton + imageResource: "/qmlimages/Joystick.png" setupIndicator: true setupComplete: joystickManager.activeJoystick ? joystickManager.activeJoystick.calibrated : false exclusiveGroup: setupButtonGroup