fix export hwaccel args field in UI

This commit is contained in:
Josh Hawkins 2026-03-26 10:20:09 -05:00
parent 8cb4799196
commit fe1bb4b5e1

View File

@ -23,7 +23,7 @@ const record: SectionConfigOverrides = {
uiSchema: { uiSchema: {
export: { export: {
hwaccel_args: { hwaccel_args: {
"ui:options": { size: "lg" }, "ui:options": { suppressMultiSchema: true, size: "lg" },
}, },
}, },
}, },