Add info text to download ahead setting (#599)

Show info that current and next chapter have to be downloaded for this setting to work
This commit is contained in:
schroda
2024-02-16 19:38:31 +01:00
committed by GitHub
parent c099e01fb7
commit e383cc9ea8
2 changed files with 3 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ export const DownloadAheadSetting = () => {
defaultValue={DEFAULT_LIMIT}
showSlider
dialogDescription={t('download.settings.download_ahead.label.description')}
dialogDisclaimer={t('download.settings.download_ahead.label.disclaimer')}
valueUnit={t('chapter.title')}
handleUpdate={updateSetting}
disabled={!shouldDownloadAhead}