diff --git a/src/api/QGCOptions.h b/src/api/QGCOptions.h index 6e0d9b6e8add714523bebd2cabfa34d5594b5c59..de9940e210726bc1908624e6d65952a3ef1bec2e 100644 --- a/src/api/QGCOptions.h +++ b/src/api/QGCOptions.h @@ -74,7 +74,7 @@ public: virtual bool guidedBarShowEmergencyStop () const { return true; } virtual bool guidedBarShowOrbit () const { return true; } - virtual bool missionWaypointsOnly () const { return true; } ///< true: Only allow waypoints and complex items in Plan + virtual bool missionWaypointsOnly () const { return false; } ///< true: Only allow waypoints and complex items in Plan /// If returned QString in non-empty it means that firmware upgrade will run in a mode which only /// supports downloading a single firmware file from the URL. It also supports custom install through