1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-20 21:17:02 +00:00

Improved languages profile modal original format dropdown

This commit is contained in:
morpheus65535 2022-03-16 06:43:18 -04:00
parent 50a252fdd7
commit 75100d8aca

View file

@ -310,12 +310,11 @@ const LanguagesProfileModal: FunctionComponent<Props & BaseModalProps> = (
</Input>
<Input name="Original Format">
<Selector
clearable
options={[
{ label: "Enable", value: true },
{ label: "Disable", value: false },
]}
value={current.originalFormat}
value={current.originalFormat || false}
onChange={(value) => updateProfile("originalFormat", value)}
></Selector>
<Message>Download subtitle file without format conversion</Message>