ui: startscreen display not existing project
* displays moved or deleted recent projects as disabled button
This commit is contained in:
@@ -163,10 +163,7 @@ std::vector<FilePath> ApplicationSettings::getRecentProjects() const
|
||||
|
||||
for (FilePath project: loadedRecentProjects)
|
||||
{
|
||||
if (project.exists())
|
||||
{
|
||||
recentProjects.push_back(project);
|
||||
}
|
||||
}
|
||||
return recentProjects;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user