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 = {
|
const initialState: SettingsState = {
|
||||||
general: {
|
general: {
|
||||||
defaultFullPlaylist: false,
|
defaultFullPlaylist: true,
|
||||||
followSystemTheme: false,
|
followSystemTheme: false,
|
||||||
fontContent: 'Poppins',
|
fontContent: 'Poppins',
|
||||||
playButtonBehavior: Play.NOW,
|
playButtonBehavior: Play.NOW,
|
||||||
|
|
Reference in a new issue