Allow navigating directly to playlist song view

This commit is contained in:
jeffvli 2023-07-15 15:57:40 -07:00
parent d64040f3f0
commit 3dcb0dc4ed
6 changed files with 58 additions and 13 deletions

View file

@ -103,6 +103,7 @@ export enum BindingActions {
export interface SettingsState {
general: {
defaultFullPlaylist: boolean;
followSystemTheme: boolean;
fontContent: string;
playButtonBehavior: Play;
@ -183,6 +184,7 @@ const platformDefaultWindowBarStyle: Platform = getPlatformDefaultWindowBarStyle
const initialState: SettingsState = {
general: {
defaultFullPlaylist: false,
followSystemTheme: false,
fontContent: 'Poppins',
playButtonBehavior: Play.NOW,