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}
|
defaultValue={DEFAULT_LIMIT}
|
||||||
showSlider
|
showSlider
|
||||||
dialogDescription={t('download.settings.download_ahead.label.description')}
|
dialogDescription={t('download.settings.download_ahead.label.description')}
|
||||||
|
dialogDisclaimer={t('download.settings.download_ahead.label.disclaimer')}
|
||||||
valueUnit={t('chapter.title')}
|
valueUnit={t('chapter.title')}
|
||||||
handleUpdate={updateSetting}
|
handleUpdate={updateSetting}
|
||||||
disabled={!shouldDownloadAhead}
|
disabled={!shouldDownloadAhead}
|
||||||
|
|||||||
@@ -202,7 +202,8 @@
|
|||||||
},
|
},
|
||||||
"download_ahead": {
|
"download_ahead": {
|
||||||
"label": {
|
"label": {
|
||||||
"description": "How many chapters should get downloaded when marking a chapter as read while reading.",
|
"description": "How many chapters should get downloaded while reading.",
|
||||||
|
"disclaimer": "Only works if the current chapter plus the next chapter are already downloaded.",
|
||||||
"unread_chapters_to_download": "Number of unread chapters to download",
|
"unread_chapters_to_download": "Number of unread chapters to download",
|
||||||
"value": "{{chapters}} $t(chapter.title)",
|
"value": "{{chapters}} $t(chapter.title)",
|
||||||
"while_reading": "Auto download while reading"
|
"while_reading": "Auto download while reading"
|
||||||
|
|||||||
Reference in New Issue
Block a user