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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user