use full-width right switches

This commit is contained in:
nikk gitanes
2021-07-16 09:46:34 +03:00
parent 0edbcb302c
commit 06a4175f1c
3 changed files with 20 additions and 11 deletions

View File

@@ -135,6 +135,7 @@ export default function PrimarySettingsComponent({
<Switch checked={RemoveCacheOnDrop} onChange={inputForm} id='RemoveCacheOnDrop' color='secondary' />
}
label={t('SettingsDialog.RemoveCacheOnDrop')}
labelPlacement='start'
/>
<div>
<small>{t('SettingsDialog.RemoveCacheOnDropDesc')}</small>