Commit b47ca636 authored by Don Gagne's avatar Don Gagne

Merge pull request #1596 from DonLakeFlyer/RemoveUnmanned

Remove Unmanned from Plan view default widgets
parents f2e4bdee ae40cb47
......@@ -964,7 +964,7 @@ void MainWindow::_loadCurrentViewState(void)
case VIEW_PLAN:
_buildPlanView();
centerView = _planView;
defaultWidgets = "UNMANNED_SYSTEM_LIST_DOCKWIDGET,WAYPOINT_LIST_DOCKWIDGET";
defaultWidgets = "WAYPOINT_LIST_DOCKWIDGET";
break;
case VIEW_EXPERIMENTAL_PLAN:
......
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