From ba74785d0129a092e1b472543350d00be20d3ee3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 14 Oct 2023 17:25:58 -0700 Subject: feat(anime): social button --- src/stores/settings.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/stores') diff --git a/src/stores/settings.ts b/src/stores/settings.ts index 8765390e..0c9742ee 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -14,6 +14,7 @@ export interface Settings { linkToAniList: boolean; displayPausedMedia: boolean; limitListHeight: boolean; + displaySocialButton: boolean; } const defaultSettings: Settings = { @@ -28,7 +29,8 @@ const defaultSettings: Settings = { forceLightTheme: false, linkToAniList: true, displayPausedMedia: true, - limitListHeight: false + limitListHeight: false, + displaySocialButton: false }; const createStore = () => { -- cgit v1.2.3