Commit 2fde74d2 authored by Don Gagne's avatar Don Gagne

parent 153b7739
......@@ -478,6 +478,12 @@ bool QGCApplication::_initForNormalAppBoot(void)
#ifdef __mobile__
_qmlAppEngine = toolbox()->corePlugin()->createRootWindow(this);
// Safe to show popup error messages now that main window is created
UASMessageHandler* msgHandler = qgcApp()->toolbox()->uasMessageHandler();
if (msgHandler) {
msgHandler->showErrorsInToolbar();
}
#else
// Start the user interface
MainWindow* mainWindow = MainWindow::_create();
......
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