diff options
| author | Fuwn <[email protected]> | 2023-11-18 23:46:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-18 23:46:38 -0800 |
| commit | 66815537bc25c35cfba0add4f10870fd848b3661 (patch) | |
| tree | f1632298bf58f2443cbd2059df49de8ee5b67ee8 /src/stores | |
| parent | feat(upcoming): option to display planning (diff) | |
| download | due.moe-66815537bc25c35cfba0add4f10870fd848b3661.tar.xz due.moe-66815537bc25c35cfba0add4f10870fd848b3661.zip | |
feat(settings): default true planned
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 fb4d0fff..874f9c4c 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -42,7 +42,7 @@ const defaultSettings: Settings = { displayNativeTitles: false, guessMethod: 'trimmed_mean', disableOutOfDateVolumeWarning: false, - displayPlannedAnime: false + displayPlannedAnime: true }; const createStore = () => { |