update web

This commit is contained in:
nikk gitanes
2021-07-15 23:00:19 +03:00
parent dfe73d4f7f
commit 421ddaa257
11 changed files with 71 additions and 70 deletions

View File

@@ -139,10 +139,10 @@ export default function PrimarySettingsComponent({
<div>
<small>{t('SettingsDialog.RemoveCacheOnDropDesc')}</small>
</div>
<br />
<TextField
onChange={inputForm}
margin='dense'
margin='normal'
id='TorrentsSavePath'
label={t('SettingsDialog.TorrentsSavePath')}
value={TorrentsSavePath}

View File

@@ -135,6 +135,7 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
label='UPnP (Universal Plug and Play)'
/>
<br />
<br />
<InputLabel htmlFor='RetrackersMode'>{t('SettingsDialog.RetrackersMode')}</InputLabel>
<Select
onChange={inputForm}