ui: Show loader when loading project and building search index

This commit is contained in:
Eberhard Graether
2016-03-11 15:18:59 +01:00
parent 8c9b9355d5
commit 47bf9bb7fa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ bool Application::hasGUI()
void Application::loadProject(const FilePath& projectSettingsFilePath)
{
MessageStatus("Loading Project: " + projectSettingsFilePath.str()).dispatch();
MessageStatus("Loading Project: " + projectSettingsFilePath.str(), false, true).dispatch();
loadSettings();
updateRecentProjects(projectSettingsFilePath);