diff options
| author | Fuwn <[email protected]> | 2023-12-24 02:57:21 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-24 02:57:21 -0800 |
| commit | 6f5cfb190842da2eab9ed86140fc8b58d4e398dd (patch) | |
| tree | 8fcd69c4f96580df8c02c97ae361b68590e701ea /src/stores | |
| parent | fix(subtitled): fix major filter problem (diff) | |
| download | due.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.ts | 2 |
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 |