ui: added info screen for indexer crash investigation
* in case Coati crashes while indexing this screen will inform the user of further steps to take in order to find out what happened
This commit is contained in:
@@ -35,7 +35,7 @@ void Application::createInstance(
|
||||
|
||||
s_instance->m_storageCache = std::make_shared<StorageCache>();
|
||||
|
||||
if (viewFactory != nullptr)
|
||||
if (hasGui)
|
||||
{
|
||||
s_instance->m_componentManager = ComponentManager::create(viewFactory, s_instance->m_storageCache.get());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user