diff options
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, |