We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753a76d commit f88771bCopy full SHA for f88771b
meshroom/ui/qml/Application.qml
@@ -726,8 +726,6 @@ Page {
726
openRecentMenu.dismiss()
727
if (_reconstruction.load(modelData["path"])) {
728
MeshroomApp.addRecentProjectFile(modelData["path"])
729
- } else {
730
- MeshroomApp.removeRecentProjectFile(modelData["path"])
731
}
732
})
733
meshroom/ui/qml/Homepage.qml
@@ -361,8 +361,6 @@ Page {
361
mainStack.push("Application.qml")
362
363
364
365
366
367
368
0 commit comments