From be9a02cd3cbbda885a478fabd373ed8afff6cc06 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 6 Nov 2023 10:50:31 -0800 Subject: feat(manga): option to disable volume ood --- src/routes/settings/+page.svelte | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/routes') 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 @@
+ + + 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) + +
+ + Disabling this option speeds up refresh times for manga lists. +
+
+ +
+ Enabling this setting will disable light novel chapter counts and may cause inaccuracy in -- cgit v1.2.3