aboutsummaryrefslogtreecommitdiff
path: root/src/routes/settings
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-07 03:15:28 -0800
committerFuwn <[email protected]>2023-12-07 03:15:28 -0800
commit31fcf3e18911f55acd43cfc28f3bde368f20a255 (patch)
treec55745213d0fa49f045ebeb18003904bee7f0198 /src/routes/settings
parentfix(app): types for bun (diff)
downloaddue.moe-31fcf3e18911f55acd43cfc28f3bde368f20a255.tar.xz
due.moe-31fcf3e18911f55acd43cfc28f3bde368f20a255.zip
feat(media): outbound links option
Diffstat (limited to 'src/routes/settings')
-rw-r--r--src/routes/settings/+page.svelte15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte
index e91e6005..7d557140 100644
--- a/src/routes/settings/+page.svelte
+++ b/src/routes/settings/+page.svelte
@@ -50,7 +50,6 @@
<details open>
<summary>Display</summary>
- <SettingCheckboxToggle setting="linkToLiveChart" text="Link anime to LiveChart.me" />
<SettingCheckboxToggle
setting="displayPausedMedia"
text="Show paused media"
@@ -118,6 +117,20 @@
>
<SettingHint lineBreak>Let her remind you. It's for your own benefit.</SettingHint>
</SettingCheckboxToggle>
+
+ <p />
+
+ <select bind:value={$settings.outboundLinksTo}>
+ <option value="anilist">AniList</option>
+ <option value="livechartme">LiveChart.me</option>
+ <option value="animeschedule">AnimeSchedule</option>
+ <option value="myanimelist">MyAnimeList</option>
+ </select>
+ Outbound Links
+ <SettingHint lineBreak>
+ This option is in full respect to anime outbound links. If LiveChart.me or AnimeSchedule is
+ chosen, manga links will default to AniList.
+ </SettingHint>
</details>
<p />