This commit is contained in:
Daniel Shleifman
2021-06-03 15:35:19 +03:00
parent 159099d2c9
commit 892fa2fec1

View File

@@ -237,10 +237,12 @@ export default function SettingsDialog() {
/> />
<br /> <br />
<FormControlLabel <FormControlLabel
control={<Switch checked={RemoveCacheOnDrop} onChange={inputForm} id='RemoveCacheOnDrop' color='primary' />} control={
label='Remove cache from disk on drop torrent' <Switch checked={RemoveCacheOnDrop} onChange={inputForm} id='RemoveCacheOnDrop' color='primary' />
}
label='Remove cache from disk on drop torrent'
/> />
<br/> <br />
<small>If disabled, remove cache on delete torrent</small> <small>If disabled, remove cache on delete torrent</small>
<br /> <br />
<TextField <TextField