diff options
| author | Fuwn <[email protected]> | 2024-10-18 04:09:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-18 04:09:54 -0700 |
| commit | e40211e7c1831357bc448d575d47e619cbe04587 (patch) | |
| tree | aead83f2618fcb99e612698789f90e3167900a0e /src/stores | |
| parent | feat(tools): add simple tracker (diff) | |
| download | due.moe-e40211e7c1831357bc448d575d47e619cbe04587.tar.xz due.moe-e40211e7c1831357bc448d575d47e619cbe04587.zip | |
feat(graphql): paged badges query
Diffstat (limited to 'src/stores')
| -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 e55eeb0d..9d6b0e3e 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; |