aboutsummaryrefslogtreecommitdiff
path: root/src/stores
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/settings.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stores/settings.ts b/src/stores/settings.ts
index 0732374a..800c824a 100644
--- a/src/stores/settings.ts
+++ b/src/stores/settings.ts
@@ -10,7 +10,6 @@ export interface Settings {
displayUnresolved: boolean;
roundDownChapters: boolean;
sortByDifference: boolean;
- forceLightTheme: boolean;
linkToLiveChart: boolean;
displayPausedMedia: boolean;
limitListHeight: boolean;
@@ -27,7 +26,6 @@ export interface Settings {
const defaultSettings: Settings = {
// Display
- forceLightTheme: false,
linkToLiveChart: false,
displayPausedMedia: true,
displayPlannedAnime: true,