Commit 0960e1ec authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5612 from DonLakeFlyer/MobileTelemetry

Mobile builds check for lost log files
parents 9b8e2f95 36b2a282
......@@ -401,11 +401,11 @@ bool QGCApplication::_initForNormalAppBoot(void)
// Start the user interface
MainWindow* mainWindow = MainWindow::_create();
Q_CHECK_PTR(mainWindow);
#endif
// Now that main window is up check for lost log files
connect(this, &QGCApplication::checkForLostLogFiles, toolbox()->mavlinkProtocol(), &MAVLinkProtocol::checkForLostLogFiles);
emit checkForLostLogFiles();
#endif
// Load known link configurations
toolbox()->linkManager()->loadLinkConfigurationList();
......
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