Enable external links by default
This commit is contained in:
parent
3daa1aef4b
commit
7c25d12639
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ const initialState: SettingsState = {
|
|||
general: {
|
||||
accent: 'rgb(53, 116, 252)',
|
||||
defaultFullPlaylist: true,
|
||||
externalLinks: false,
|
||||
externalLinks: true,
|
||||
followSystemTheme: false,
|
||||
language: 'en',
|
||||
playButtonBehavior: Play.NOW,
|
||||
|
|
Reference in a new issue