logic: Show overview instead of empty error screen after all indexing errors were fixed
This commit is contained in:
@@ -219,7 +219,7 @@ void Application::handleMessage(MessageIndexingFinished* message)
|
||||
|
||||
if (m_hasGUI)
|
||||
{
|
||||
MessageRefreshUI().dispatch();
|
||||
MessageRefreshUI().afterIndexing().dispatch();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user