diff options
| author | Fuwn <[email protected]> | 2023-12-05 23:56:24 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-05 23:56:24 -0800 |
| commit | 66f28e0ffa784559acc4a427eeb100aa28b623b8 (patch) | |
| tree | e8ba65ebf0dd5d8533481ea697af526fad64179f /src/stores/settings.ts | |
| parent | fix: types (diff) | |
| download | due.moe-66f28e0ffa784559acc4a427eeb100aa28b623b8.tar.xz due.moe-66f28e0ffa784559acc4a427eeb100aa28b623b8.zip | |
feat(settings): remove force theme
Diffstat (limited to 'src/stores/settings.ts')
| -rw-r--r-- | src/stores/settings.ts | 2 |
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, |