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:
parent
50a252fdd7
commit
75100d8aca
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue