diff options
| author | Fuwn <[email protected]> | 2023-11-06 10:50:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-06 10:50:31 -0800 |
| commit | be9a02cd3cbbda885a478fabd373ed8afff6cc06 (patch) | |
| tree | 93a89728973d64e2e6d199051540647d889f980c /src/routes | |
| parent | feat(settinsg): guess method hint (diff) | |
| download | due.moe-be9a02cd3cbbda885a478fabd373ed8afff6cc06.tar.xz due.moe-be9a02cd3cbbda885a478fabd373ed8afff6cc06.zip | |
feat(manga): option to disable volume ood
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 |