diff options
| author | Fuwn <[email protected]> | 2026-06-05 13:33:01 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-06-05 13:33:01 +0000 |
| commit | c1a6f33b5a54c92953a7396a252c0054e3f77d8f (patch) | |
| tree | 087a7b904026c5300ba7bcc2f8178d4592775387 /src/lib/Settings | |
| parent | feat(airing): replace SubsPlease with AnimeSchedule (sub+dub) (diff) | |
| download | due.moe-c1a6f33b5a54c92953a7396a252c0054e3f77d8f.tar.xz due.moe-c1a6f33b5a54c92953a7396a252c0054e3f77d8f.zip | |
feat(schedule): add sub/dub toggle to the schedule page
Add a Sub/Dub toggle to /schedule, selected via a ?type= query param and defaulting to the countdown source but independent of it. Relabel the nav item from "Subtitle Schedule" to "Anime Schedule" to reflect both tracks.
Diffstat (limited to 'src/lib/Settings')
| -rw-r--r-- | src/lib/Settings/Categories/Display.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Settings/Categories/Display.svelte b/src/lib/Settings/Categories/Display.svelte index fba40a56..47f79648 100644 --- a/src/lib/Settings/Categories/Display.svelte +++ b/src/lib/Settings/Categories/Display.svelte @@ -299,7 +299,7 @@ const onHelperChange = () => { /> <SettingCheckboxToggle setting="displayScheduleListMode" - text={$locale().navigation.subtitleSchedule} + text={$locale().navigation.animeSchedule} lineBreak={false} invert /> |