update settings

This commit is contained in:
nikk gitanes
2021-08-25 22:50:09 +03:00
parent cdf8bcebdf
commit 4b0b61d949
4 changed files with 4 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
label={t('SettingsDialog.DHT')}
labelPlacement='start'
/>
<br />
<TextField
onChange={inputForm}
margin='normal'
@@ -137,7 +136,7 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
/>
<FormControlLabel
control={<Switch checked={EnableDLNA} onChange={inputForm} id='EnableDLNA' color='secondary' />}
label='DLNA'
label={t('SettingsDialog.DLNA')}
labelPlacement='start'
/>
<br />