diff options
| author | Fuwn <[email protected]> | 2024-01-18 00:40:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-18 00:40:37 -0800 |
| commit | 86449bc67089f1225e254f421ec1e4171472e446 (patch) | |
| tree | 697aa038d348de5bdf2690aabf4097d4da11716d /src/lib/Settings | |
| parent | fix(manga): remove chapter check from completed (diff) | |
| download | due.moe-86449bc67089f1225e254f421ec1e4171472e446.tar.xz due.moe-86449bc67089f1225e254f421ec1e4171472e446.zip | |
feat(airing): shorten countdown setting
Diffstat (limited to 'src/lib/Settings')
| -rw-r--r-- | src/lib/Settings/Categories/Display.svelte | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Settings/Categories/Display.svelte b/src/lib/Settings/Categories/Display.svelte index 4b38bef1..69b26aec 100644 --- a/src/lib/Settings/Categories/Display.svelte +++ b/src/lib/Settings/Categories/Display.svelte @@ -88,6 +88,10 @@ setting="displayNativeCountdown" text="Use native release date for episode countdown" /> +<SettingCheckboxToggle + setting="displayShortCountdown" + text="Shorten countdown to first character of unit" +/> <p /> |