From 31fcf3e18911f55acd43cfc28f3bde368f20a255 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 7 Dec 2023 03:15:28 -0800 Subject: feat(media): outbound links option --- src/stores/settings.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stores/settings.ts') diff --git a/src/stores/settings.ts b/src/stores/settings.ts index 800c824a..aefbd4ac 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -10,7 +10,7 @@ export interface Settings { displayUnresolved: boolean; roundDownChapters: boolean; sortByDifference: boolean; - linkToLiveChart: boolean; + outboundLinksTo: 'anilist' | 'livechartme' | 'animeschedule' | 'myanimelist'; displayPausedMedia: boolean; limitListHeight: boolean; displaySocialButton: boolean; @@ -26,7 +26,7 @@ export interface Settings { const defaultSettings: Settings = { // Display - linkToLiveChart: false, + outboundLinksTo: 'anilist', displayPausedMedia: true, displayPlannedAnime: true, limitListHeight: false, -- cgit v1.2.3