Set full playlist view as default
This commit is contained in:
parent
e965bd2663
commit
37e4940c2e
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ const platformDefaultWindowBarStyle: Platform = getPlatformDefaultWindowBarStyle
|
|||
|
||||
const initialState: SettingsState = {
|
||||
general: {
|
||||
defaultFullPlaylist: false,
|
||||
defaultFullPlaylist: true,
|
||||
followSystemTheme: false,
|
||||
fontContent: 'Poppins',
|
||||
playButtonBehavior: Play.NOW,
|
||||
|
|
Reference in a new issue