From 2f7c8ce0bbc7ecc13f6670e4575678a2ff0d7432 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 16 Jan 2024 02:21:25 -0800 Subject: feat(anime): thumbnail mode --- 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 17342ce4..8d03dfb0 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -32,6 +32,7 @@ export interface Settings { displayHoverCover: boolean; displayDisableAnimations: boolean; displayDisableNotifications: boolean; + displayThumbnailMode: boolean; } const defaultSettings: Settings = { @@ -60,6 +61,7 @@ const defaultSettings: Settings = { displayHoverCover: false, displayDisableAnimations: false, displayDisableNotifications: false, + displayThumbnailMode: false, // Calculation calculateChaptersRoundedDown: true, -- cgit v1.2.3