ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.8k stars 2.42k forks source link

TabActionsSimple disable.. WHY? #3426

Closed danilopmaciel closed 1 month ago

danilopmaciel commented 1 month ago

How do I return the "Action" tab - Tabactionssimple?

Godeffroy commented 1 month ago

You could change the layout to a custom version : when changing the layout from advanced to custom image

the config file save the display layout (here C:\Users\\Documents\Mission Planner\config.xml). There is "displayview" tag and inside you need to change (with MP closed !) "displaySimpleActionsTab": false, to true image

like this image

Open up mission planner with custom layout to see result.

Godeffroy commented 1 month ago

Also (i didn't about it earlier) you can simply change it with right clicking on the Tab action list and select "customize" image then check the box "tabActionsSimple" to make it visible image

danilopmaciel commented 1 month ago

Ohh god! aeiuHAUIEhUIAEh Thankyou!