Unverified Commit 6f8611b6 authored by Roie Geron's avatar Roie Geron Committed by GitHub

fixed typo in VirtualJoystick.qml (#9063)

activeVehicle - >_activeVehicle
caused the virtual joystick to malfunction
parent da5f6105
......@@ -24,7 +24,7 @@ Item {
Timer {
interval: 40 // 25Hz, same as real joystick rate
running: QGroundControl.settingsManager.appSettings.virtualJoystick.value && activeVehicle
running: QGroundControl.settingsManager.appSettings.virtualJoystick.value && _activeVehicle
repeat: true
onTriggered: {
if (_activeVehicle) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment