ui: startscreen display not existing project

* displays moved or deleted recent projects as disabled button
This commit is contained in:
Andreas Stallinger
2016-04-04 20:43:56 +02:00
parent f3dc12b0ed
commit 2ffec90c19
4 changed files with 17 additions and 8 deletions
-3
View File
@@ -163,10 +163,7 @@ std::vector<FilePath> ApplicationSettings::getRecentProjects() const
for (FilePath project: loadedRecentProjects)
{
if (project.exists())
{
recentProjects.push_back(project);
}
}
return recentProjects;
}