diff options
| author | Fuwn <[email protected]> | 2023-12-07 03:16:21 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-07 03:16:21 -0800 |
| commit | dd84d7c10a25afb56d1125dc162b36356a3d4e9c (patch) | |
| tree | e13ee3251cfb23bb8ff9f38a909bfa76e36a8000 | |
| parent | feat(media): outbound links option (diff) | |
| download | due.moe-dd84d7c10a25afb56d1125dc162b36356a3d4e9c.tar.xz due.moe-dd84d7c10a25afb56d1125dc162b36356a3d4e9c.zip | |
feat(settings): label for method
| -rw-r--r-- | src/routes/settings/+page.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index 7d557140..8c9517ef 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -179,6 +179,7 @@ <option value="iqr_median">Interquartile Range with Median (slower, high accuracy)</option> <option value="iqr_mode">Interquartile Range with Mode (slower, high accuracy)</option> </select> + Informed chapter estimation method <SettingHint lineBreak> No chapter count estimation method will be 100% accurate. Since estimated media requires |