[ui] Fix comment in "addRecentProjectFile" slot

This commit is contained in:
Candice Bentéjac 2023-01-10 15:19:54 +01:00
parent 5638cf3a75
commit abd9582aa7

View file

@ -247,7 +247,7 @@ class MeshroomApp(QApplication):
# add the new value in the first place
projects.insert(0, projectFileNorm)
# keep only the 10 first elements
# keep only the 20 first elements
projects = projects[0:20]
settings = QSettings()