aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 7463a9cd..387cf75f 100644
--- a/src/stores/settings.ts
+++ b/src/stores/settings.ts
@@ -59,7 +59,7 @@ const defaultSettings: Settings = {
calculateChaptersRoundedDown: true,
calculateDisableOutOfDateVolumeWarning: false,
calculateGuessingDisabled: false,
- calculateGuessMethod: 'median',
+ calculateGuessMethod: 'iqr_mode',
// Cache
cacheMangaMinutes: 120,