aboutsummaryrefslogtreecommitdiff
path: root/src/stores
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-24 02:57:21 -0800
committerFuwn <[email protected]>2023-12-24 02:57:21 -0800
commit6f5cfb190842da2eab9ed86140fc8b58d4e398dd (patch)
tree8fcd69c4f96580df8c02c97ae361b68590e701ea /src/stores
parentfix(subtitled): fix major filter problem (diff)
downloaddue.moe-6f5cfb190842da2eab9ed86140fc8b58d4e398dd.tar.xz
due.moe-6f5cfb190842da2eab9ed86140fc8b58d4e398dd.zip
feat(settings): disable guessing by default
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/settings.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/settings.ts b/src/stores/settings.ts
index 387cf75f..c996e300 100644
--- a/src/stores/settings.ts
+++ b/src/stores/settings.ts
@@ -58,7 +58,7 @@ const defaultSettings: Settings = {
// Calculation
calculateChaptersRoundedDown: true,
calculateDisableOutOfDateVolumeWarning: false,
- calculateGuessingDisabled: false,
+ calculateGuessingDisabled: true,
calculateGuessMethod: 'iqr_mode',
// Cache