We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7de000d commit 349b68bCopy full SHA for 349b68b
src/app/qgisapp.cpp
@@ -2787,7 +2787,7 @@ void QgisApp::saveRecentProjectPath( QString projectPath, bool savePreviewImage
2787
2788
// Keep the list to 8 items by trimming excess off the bottom
2789
// And remove the associated image
2790
- while ( mRecentProjects.count() > 8 )
+ while ( mRecentProjects.count() > 10 )
2791
{
2792
QFile( mRecentProjects.takeLast().previewImagePath ).remove();
2793
}
0 commit comments