From cedc294b232e2f902fb73a867788e4b5e48beebd Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 16 Dec 2023 00:19:52 -0800 Subject: feat(anime): right align countdown option --- src/stores/settings.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stores/settings.ts') diff --git a/src/stores/settings.ts b/src/stores/settings.ts index dca40ea9..57d94c6b 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -26,6 +26,7 @@ export interface Settings { disableAnime: boolean; disableUpcomingAnime: boolean; display24HourTime: boolean; + displayCountdownRightAligned: boolean; // eslint-disable-next-line @typescript-eslint/no-explicit-any [key: string]: any; } @@ -50,6 +51,7 @@ const defaultSettings: Settings = { disableAnime: false, disableUpcomingAnime: false, display24HourTime: false, + displayCountdownRightAligned: false, // Calculation roundDownChapters: true, -- cgit v1.2.3