[libcalamaresui] Give UI chance to catch up before modules are done
This commit is contained in:
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…
Reference in New Issue
Block a user