mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
add fullscreen visualizer (#1546)
This commit is contained in:
@@ -237,7 +237,7 @@ const Controls = () => {
|
||||
const lyricConfig = { ...lyricsSettings, ...displaySettings };
|
||||
|
||||
const handleToggleFullScreenPlayer = () => {
|
||||
setStore({ expanded: !expanded });
|
||||
setStore({ expanded: !expanded, visualizerExpanded: false });
|
||||
};
|
||||
|
||||
const handleLyricsSettings = (property: string, value: any) => {
|
||||
|
||||
Reference in New Issue
Block a user