Skip to content

Commit f88771b

Browse files
committed
[ui] Keep projects in recent list even if there is a load error
1 parent 753a76d commit f88771b

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
@@ -726,8 +726,6 @@ Page {
726726
openRecentMenu.dismiss()
727727
if (_reconstruction.load(modelData["path"])) {
728728
MeshroomApp.addRecentProjectFile(modelData["path"])
729-
} else {
730-
MeshroomApp.removeRecentProjectFile(modelData["path"])
731729
}
732730
})
733731

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)