mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[ui] Fix comment in "addRecentProjectFile" slot
This commit is contained in:
parent
5638cf3a75
commit
abd9582aa7
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue