diff --git a/src/store/authStore.ts b/src/store/authStore.ts index 3f9e942d..7e246846 100644 --- a/src/store/authStore.ts +++ b/src/store/authStore.ts @@ -321,8 +321,8 @@ export const useAuthStore = create()( lyricsMode: 'standard', lyricsStaticOnly: false, showFullscreenLyrics: true, - fsLyricsStyle: 'apple', - sidebarLyricsStyle: 'apple', + fsLyricsStyle: 'rail', + sidebarLyricsStyle: 'classic', showFsArtistPortrait: true, fsPortraitDim: 28, showChangelogOnUpdate: true,