aboutsummaryrefslogtreecommitdiff
path: root/src/stores
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/settings.ts12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/stores/settings.ts b/src/stores/settings.ts
index 817edfff..e95c08c0 100644
--- a/src/stores/settings.ts
+++ b/src/stores/settings.ts
@@ -22,7 +22,17 @@ export interface Settings {
calculateDisableOutOfDateVolumeWarning: boolean;
displayPlannedAnime: boolean;
displayFurigana: boolean;
- displayAoButa: 'mai' | 'nodoka' | 'kaede' | 'random' | 'none';
+ displayAoButa:
+ | 'kaede'
+ | 'mai'
+ | 'mai_2'
+ | 'nodoka'
+ | 'rio'
+ | 'sakuta'
+ | 'shouko'
+ | 'tomoe'
+ | 'random'
+ | 'none';
disableManga: boolean;
disableAnime: boolean;
disableUpcomingAnime: boolean;