aboutsummaryrefslogtreecommitdiff
path: root/src/stores/settings.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-12-24 11:13:15 -0800
committerFuwn <[email protected]>2024-12-24 11:13:15 -0800
commit2f65c444a5ff402e41c8b2dae431610b02bd2d5f (patch)
tree1709db3a55579e5416cb25d8001759b256bf9ffb /src/stores/settings.ts
parentfix(List): double guard total count setting overlap (diff)
downloaddue.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.ts20
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;