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 0438f49 commit 0362a62Copy full SHA for 0362a62
meshroom/ui/qml/Application.qml
@@ -729,8 +729,6 @@ Page {
729
openRecentMenu.dismiss()
730
if (_reconstruction.load(modelData["path"])) {
731
MeshroomApp.addRecentProjectFile(modelData["path"])
732
- } else {
733
- MeshroomApp.removeRecentProjectFile(modelData["path"])
734
}
735
})
736
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