forgot the settings-box-wrapper for extractor_args
This commit is contained in:
parent
2a3ce12171
commit
319ed9329d
|
|
@ -523,6 +523,19 @@ const SettingsApplication = () => {
|
|||
updateCallback={handleUpdateConfig}
|
||||
/>
|
||||
</div>
|
||||
<div className="settings-box-wrapper">
|
||||
<div>
|
||||
<p>Extractor Arguments</p>
|
||||
</div>
|
||||
<InputConfig
|
||||
type="text"
|
||||
name="downloads.extractor_args"
|
||||
value={downloadsExtractorArgs}
|
||||
setValue={setDownloadsExtractorArgs}
|
||||
oldValue={appSettingsConfig.downloads.extractor_args}
|
||||
updateCallback={handleUpdateConfig}
|
||||
/>
|
||||
</div>
|
||||
<div className="settings-box-wrapper">
|
||||
<div>
|
||||
<p>Extractor Language</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue