You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was using cannotBeSet to filter things like Land/Takeoff from list. The goal was to filter the flight mode dropdown. But this in turn filters the list from all users. Including Joystick buttons actions which is incorrect.
We should pay attention to the advanced attribute and use that to initially hide these modes from the flight mode dropdown. With the edit modes option allowing you to bring them back for display. This should not affect joystick actions which should always get the full list.