[ui] Cosmetic modifications

Cosmetic modifications such as missing spaces.
This commit is contained in:
Aurore LAFAURIE 2024-03-27 17:26:05 +01:00
parent b74cada8ef
commit 9f96f68a95
5 changed files with 26 additions and 24 deletions

View file

@ -82,7 +82,7 @@ Item {
onAllViewpointsCleared: { reconstruction.removeAllImages(); reconstruction.selectedViewId = "-1" }
onFilesDropped: {
var filesByType = _reconstruction.getFilesByTypeFromDrop(drop.urls)
if (filesByType["meshroomScene"].length == 1) {
if (filesByType["meshroomScenes"].length == 1) {
ensureSaved(function() {
reconstruction.handleFilesUrl(filesByType, augmentSfm ? null : cameraInit)
})