New: Make monitoring existing books on an import list optional

This commit is contained in:
ta264
2021-11-16 21:06:16 +00:00
parent 33e5351add
commit b05bd685bc
6 changed files with 38 additions and 3 deletions
@@ -73,6 +73,7 @@ function EditImportListModalContent(props) {
name,
enableAutomaticAdd,
shouldMonitor,
shouldMonitorExisting,
shouldSearch,
rootFolderPath,
qualityProfileId,
@@ -167,6 +168,20 @@ function EditImportListModalContent(props) {
/>
</FormGroup>
<FormGroup>
<FormLabel>
{translate('ShouldMonitorExisting')}
</FormLabel>
<FormInputGroup
type={inputTypes.CHECK}
name="shouldMonitorExisting"
helpText={translate('ShouldMonitorExistingHelpText')}
{...shouldMonitorExisting}
onChange={onInputChange}
/>
</FormGroup>
<FormGroup>
<FormLabel>
{translate('SearchForNewItems')}