diff options
| author | Fuwn <[email protected]> | 2023-12-17 18:25:19 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-17 18:25:19 -0800 |
| commit | 02b3881b6d66c36ac435f7992ee794e270a8a375 (patch) | |
| tree | bd0047eb5e4f1f2f324b2e9446256d1a88233102 /src/stores | |
| parent | feat(settings): rename calculation options (diff) | |
| download | due.moe-02b3881b6d66c36ac435f7992ee794e270a8a375.tar.xz due.moe-02b3881b6d66c36ac435f7992ee794e270a8a375.zip | |
feat(settings): default to iqr median
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 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, |