aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-10-20 16:54:53 -0700
committerFuwn <[email protected]>2023-10-20 16:54:53 -0700
commit45c128e0be6bfaeefd809c745275ee8d9798ff4c (patch)
treef9d980e56e3aa909f2f548c36c74ab3a1b05f1c1 /src/routes
parentfeat(settings): change to checkbox (diff)
downloaddue.moe-45c128e0be6bfaeefd809c745275ee8d9798ff4c.tar.xz
due.moe-45c128e0be6bfaeefd809c745275ee8d9798ff4c.zip
feat(manga): disable chapter guessing
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/settings/+page.svelte9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte
index ca27dfe9..0435a862 100644
--- a/src/routes/settings/+page.svelte
+++ b/src/routes/settings/+page.svelte
@@ -82,6 +82,15 @@
Round down to the nearest whole number. 50/50.6 would <b>not</b> be due
</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
+ unresolved manga chapter counts
+ </SettingHint>
+ </SettingCheckboxToggle>
</details>
<p />