diff options
| author | Fuwn <[email protected]> | 2024-01-27 02:18:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-27 02:18:31 -0800 |
| commit | 490ed12d38ccf54b3b849b169cc7029f9741eac0 (patch) | |
| tree | 1c18a096d31b5ec1186dc597a88a5cecad42e810 /src/stores | |
| parent | feat(layout): reset all but settings on commit (diff) | |
| download | due.moe-490ed12d38ccf54b3b849b169cc7029f9741eac0.tar.xz due.moe-490ed12d38ccf54b3b849b169cc7029f9741eac0.zip | |
feat(settings): random helper
Diffstat (limited to 'src/stores')
| -rw-r--r-- | src/stores/settings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/settings.ts b/src/stores/settings.ts index 77ea9736..817edfff 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -22,7 +22,7 @@ export interface Settings { calculateDisableOutOfDateVolumeWarning: boolean; displayPlannedAnime: boolean; displayFurigana: boolean; - displayAoButa: 'mai' | 'nodoka' | 'kaede' | 'none'; + displayAoButa: 'mai' | 'nodoka' | 'kaede' | 'random' | 'none'; disableManga: boolean; disableAnime: boolean; disableUpcomingAnime: boolean; |