{t('SettingsDialog.CacheSettings')}
{100 - cachePercentage}% ({Math.round((cacheSize / 100) * (100 - cachePercentage))} MB)
{t('SettingsDialog.CacheBeforeReaderDesc')}
{cachePercentage}% ({Math.round((cacheSize / 100) * cachePercentage)} MB)
{t('SettingsDialog.CacheAfterReaderDesc')}
setCacheSize(Math.round(value / 4) * 4)}
/>
{UseDisk ? (
updateSettings({ UseDisk: false })}>
{t('SettingsDialog.RAM')}
{t('SettingsDialog.Disk')}
}
label={t('SettingsDialog.RemoveCacheOnDrop')}
labelPlacement='start'
/>
{t('SettingsDialog.RemoveCacheOnDropDesc')}
) : (