logic: Show overview instead of empty error screen after all indexing errors were fixed

This commit is contained in:
Eberhard Graether
2019-08-05 14:33:14 +02:00
parent 2f21848de8
commit 5f91f48844
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ void Application::handleMessage(MessageIndexingFinished* message)
if (m_hasGUI)
{
MessageRefreshUI().dispatch();
MessageRefreshUI().afterIndexing().dispatch();
}
else
{