[libcalamaresui] Give UI chance to catch up before modules are done

main
Adriaan de Groot 4 years ago
parent 53cb27ebc8
commit 705756b9bb

@ -124,7 +124,7 @@ ModuleManager::doInit()
// At this point m_availableDescriptorsByModuleName is filled with
// the modules that were found in the search paths.
cDebug() << "Found" << m_availableDescriptorsByModuleName.count() << "modules";
emit initDone();
QTimer::singleShot( 10, this, &ModuleManager::initDone );
}

Loading…
Cancel
Save