forgot the settings-box-wrapper for extractor_args

This commit is contained in:
bmcdonough 2025-10-15 22:19:20 +00:00
parent 2a3ce12171
commit 319ed9329d
1 changed files with 13 additions and 0 deletions

View File

@ -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>