mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
add rutor saerch desc
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import TextField from '@material-ui/core/TextField'
|
import TextField from '@material-ui/core/TextField'
|
||||||
import { FormControlLabel, InputAdornment, InputLabel, Select, Switch } from '@material-ui/core'
|
import {
|
||||||
|
FormControlLabel,
|
||||||
|
FormGroup,
|
||||||
|
FormHelperText,
|
||||||
|
InputAdornment,
|
||||||
|
InputLabel,
|
||||||
|
Select,
|
||||||
|
Switch,
|
||||||
|
} from '@material-ui/core'
|
||||||
|
|
||||||
import { SecondarySettingsContent, SettingSectionLabel } from './style'
|
import { SecondarySettingsContent, SettingSectionLabel } from './style'
|
||||||
|
|
||||||
@@ -158,13 +166,14 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
|
|||||||
label={t('SettingsDialog.EnableDebug')}
|
label={t('SettingsDialog.EnableDebug')}
|
||||||
labelPlacement='start'
|
labelPlacement='start'
|
||||||
/>
|
/>
|
||||||
<br />
|
<FormGroup>
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={<Switch checked={EnableRutorSearch} onChange={inputForm} id='EnableRutorSearch' color='secondary' />}
|
control={<Switch checked={EnableRutorSearch} onChange={inputForm} id='EnableRutorSearch' color='secondary' />}
|
||||||
label={t('SettingsDialog.EnableRutorSearch')}
|
label={t('SettingsDialog.EnableRutorSearch')}
|
||||||
helperText={t('SettingsDialog.EnableRutorSearchHint')}
|
|
||||||
labelPlacement='start'
|
labelPlacement='start'
|
||||||
/>
|
/>
|
||||||
|
<FormHelperText>{t('SettingsDialog.EnableRutorSearchHint')}</FormHelperText>
|
||||||
|
</FormGroup>
|
||||||
<br />
|
<br />
|
||||||
<InputLabel htmlFor='RetrackersMode'>{t('SettingsDialog.RetrackersMode')}</InputLabel>
|
<InputLabel htmlFor='RetrackersMode'>{t('SettingsDialog.RetrackersMode')}</InputLabel>
|
||||||
<Select
|
<Select
|
||||||
|
|||||||
Reference in New Issue
Block a user