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 1c36088 commit 153cd08Copy full SHA for 153cd08
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