diff options
| author | Fuwn <[email protected]> | 2024-12-24 11:13:15 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-12-24 11:13:15 -0800 |
| commit | 2f65c444a5ff402e41c8b2dae431610b02bd2d5f (patch) | |
| tree | 1709db3a55579e5416cb25d8001759b256bf9ffb /src/stores/settings.ts | |
| parent | fix(List): double guard total count setting overlap (diff) | |
| download | due.moe-2f65c444a5ff402e41c8b2dae431610b02bd2d5f.tar.xz due.moe-2f65c444a5ff402e41c8b2dae431610b02bd2d5f.zip | |
fix(wrapped): li::marker consistent colouring
Diffstat (limited to 'src/stores/settings.ts')
| -rw-r--r-- | src/stores/settings.ts | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/stores/settings.ts b/src/stores/settings.ts index 3d663a23..012e5207 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -30,16 +30,16 @@ export interface Settings { displayPlannedAnime: boolean; displayFurigana: boolean; displayAoButa: - | 'kaede' - | 'mai' - | 'mai_2' - | 'nodoka' - | 'rio' - | 'sakuta' - | 'shouko' - | 'tomoe' - | 'random' - | 'none'; + | 'kaede' + | 'mai' + | 'mai_2' + | 'nodoka' + | 'rio' + | 'sakuta' + | 'shouko' + | 'tomoe' + | 'random' + | 'none'; disableManga: boolean; disableAnime: boolean; disableUpcomingAnime: boolean; |