diff options
| author | Fuwn <[email protected]> | 2024-01-10 23:59:45 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-10 23:59:45 -0800 |
| commit | 3dfc9cf9e2dabbca48f66bcd0d4dd0cf562aec35 (patch) | |
| tree | 96dfb880a52d4b2316e21d4d8157f50fa3316591 /src/lib/Settings/Categories | |
| parent | feat(settings): clearer wording (diff) | |
| download | due.moe-3dfc9cf9e2dabbca48f66bcd0d4dd0cf562aec35.tar.xz due.moe-3dfc9cf9e2dabbca48f66bcd0d4dd0cf562aec35.zip | |
feat(calculation): invert smart calculation option
Diffstat (limited to 'src/lib/Settings/Categories')
| -rw-r--r-- | src/lib/Settings/Categories/Calculation.svelte | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/Settings/Categories/Calculation.svelte b/src/lib/Settings/Categories/Calculation.svelte index 36e33f1e..d6a50653 100644 --- a/src/lib/Settings/Categories/Calculation.svelte +++ b/src/lib/Settings/Categories/Calculation.svelte @@ -37,12 +37,13 @@ <SettingCheckboxToggle setting="calculateGuessingDisabled" - text="Disable smart chapter count calculation" + text="Enable smart chapter count calculation" + invert > <SettingHint lineBreak> Smart chapter count calculation uses statistical methods to estimate the number of chapters - available for a given title based on user submitted progress.<br />Having this setting enabled - will disable light novel chapter counts and will disable smart chapter count calculation for + available for a given title based on user submitted progress.<br />Disabling this setting will + disable light novel chapter count reporting and will disable smart chapter count calculation for titles which you have higher progress than officially reported. </SettingHint> </SettingCheckboxToggle> |