ui: Don't show start window when opening project with double-click

* added menu option to show start window
This commit is contained in:
Eberhard Graether
2017-07-17 17:07:01 +02:00
parent 4bb88a51b7
commit 1982f4459a
12 changed files with 136 additions and 126 deletions
+2 -2
View File
@@ -183,13 +183,13 @@ void Application::createAndLoadProject(const FilePath& projectSettingsFilePath)
if (m_project)
{
m_project->load();
if (m_hasGUI)
{
updateTitle();
m_mainView->hideStartScreen();
}
m_project->load();
}
else
{