mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
fix(lyrics): keep classic styles as default
Existing users keep the rail/classic experience they're used to; the new Apple Music-like style is opt-in via the FS popover and the Sidebar Lyrics Style setting in Appearance. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -321,8 +321,8 @@ export const useAuthStore = create<AuthState>()(
|
|||||||
lyricsMode: 'standard',
|
lyricsMode: 'standard',
|
||||||
lyricsStaticOnly: false,
|
lyricsStaticOnly: false,
|
||||||
showFullscreenLyrics: true,
|
showFullscreenLyrics: true,
|
||||||
fsLyricsStyle: 'apple',
|
fsLyricsStyle: 'rail',
|
||||||
sidebarLyricsStyle: 'apple',
|
sidebarLyricsStyle: 'classic',
|
||||||
showFsArtistPortrait: true,
|
showFsArtistPortrait: true,
|
||||||
fsPortraitDim: 28,
|
fsPortraitDim: 28,
|
||||||
showChangelogOnUpdate: true,
|
showChangelogOnUpdate: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user