Improved languages profile modal original format dropdown

pull/1773/head
morpheus65535 2 years ago
parent 50a252fdd7
commit 75100d8aca

@ -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…
Cancel
Save