New: (Indexer) Binsearch

This commit is contained in:
Qstick
2021-06-21 19:49:24 -04:00
parent 868f779c5d
commit 12ae8edc50
2 changed files with 229 additions and 1 deletions

View File

@@ -89,7 +89,6 @@ function EditIndexerModalContent(props) {
type={inputTypes.CHECK}
name="enable"
helpTextWarning={supportsRss.value ? undefined : translate('RSSIsNotSupportedWithThisIndexer')}
isDisabled={!supportsRss.value}
{...enable}
onChange={onInputChange}
/>