Commit 207b2a5c authored by Don Gagne's avatar Don Gagne

Use new Mission Editor on mobile builds

parent 69d14982
......@@ -424,7 +424,12 @@ bool QGCApplication::_initForNormalAppBoot(void)
_loadCurrentStyle();
// Temp hack for new mission editor
#ifdef __mobile__
// Mobile builds always use new Mission Editor
_useNewMissionEditor = true;
#else
_useNewMissionEditor = settings.value("UseNewMissionEditor", false).toBool();
#endif
// Show splash screen
QPixmap splashImage(":/res/SplashScreen");
......
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