diff options
| author | Fuwn <[email protected]> | 2023-11-22 23:49:27 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-22 23:49:27 -0800 |
| commit | 9af52e4ea02ccf1801c8ca92b837a95a473ad3e8 (patch) | |
| tree | d8425e088a51feb9fd81ade934fc61aea6d65985 /src | |
| parent | feat(manga): new estimation methods (diff) | |
| download | due.moe-9af52e4ea02ccf1801c8ca92b837a95a473ad3e8.tar.xz due.moe-9af52e4ea02ccf1801c8ca92b837a95a473ad3e8.zip | |
fix(settings): no default livechart
Diffstat (limited to 'src')
| -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 aa0350d9..e7d07324 100644 --- a/src/stores/settings.ts +++ b/src/stores/settings.ts @@ -33,7 +33,7 @@ const defaultSettings: Settings = { roundDownChapters: true, sortByDifference: false, forceLightTheme: false, - linkToLiveChart: true, + linkToLiveChart: false, displayPausedMedia: true, limitListHeight: false, displaySocialButton: false, |