Skip to content

Commit da2adad

Browse files
fabiencastanAlxiice
authored andcommitted
[ui] Keep projects in recent list even if there is a load error
1 parent 480e498 commit da2adad

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

meshroom/ui/qml/Application.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,6 @@ Page {
729729
openRecentMenu.dismiss()
730730
if (_reconstruction.load(modelData["path"])) {
731731
MeshroomApp.addRecentProjectFile(modelData["path"])
732-
} else {
733-
MeshroomApp.removeRecentProjectFile(modelData["path"])
734732
}
735733
})
736734

meshroom/ui/qml/Homepage.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,6 @@ Page {
361361
mainStack.push("Application.qml")
362362
if (_reconstruction.load(modelData["path"])) {
363363
MeshroomApp.addRecentProjectFile(modelData["path"])
364-
} else {
365-
MeshroomApp.removeRecentProjectFile(modelData["path"])
366364
}
367365
}
368366

0 commit comments

Comments
 (0)