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

This commit is contained in:
Adriaan de Groot 2020-09-22 14:41:12 +02:00
parent 53cb27ebc8
commit 705756b9bb

View File

@ -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 );
}