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.
File
1 parent f818005 commit ba8944cCopy full SHA for ba8944c
meshroom/ui/qml/ImageGallery/IntrinsicDisplayDelegate.qml
@@ -52,6 +52,7 @@ RowLayout {
52
case "FloatParam": return floatComponent
53
case "BoolParam": return boolComponent
54
case "StringParam": return textFieldComponent
55
+ case "File": return textFieldComponent
56
default: return undefined
57
}
58
0 commit comments