diff options
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/settings/+page.svelte | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index aafb7853..50c5ac28 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -96,6 +96,23 @@ <br /> + <SettingCheckboxToggle + setting="disableOutOfDateVolumeWarning" + text="Disable out-of-date volume warning" + > + <SettingHint lineBreak> + Keeping this enabled displays a warning message when there is a mismatch between chapter + progress and the number of volumes you have completed for a given title. (e.g. you are on + Vol. 5 Ch. 50, but only have 3 volumes tracked when you should have 4) + + <br /> + + Disabling this option speeds up refresh times for manga lists. + </SettingHint> + </SettingCheckboxToggle> + + <br /> + <SettingCheckboxToggle setting="disableGuessing" text="Disable informed chapter estimation"> <SettingHint lineBreak> Enabling this setting will disable light novel chapter counts and may cause inaccuracy in |