mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
split lyrics settings by key (#1389)
This commit is contained in:
@@ -270,7 +270,7 @@ const LyricsPanel = () => {
|
||||
return (
|
||||
<div className={styles.lyricsSection}>
|
||||
<PanelReorderControls panelType="lyrics" />
|
||||
<Lyrics fadeOutNoLyricsMessage={false} />
|
||||
<Lyrics fadeOutNoLyricsMessage={false} settingsKey="sidebar" />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
@@ -330,7 +330,7 @@ const CombinedLyricsAndVisualizerPanel = () => {
|
||||
return (
|
||||
<div className={styles.lyricsSection}>
|
||||
<PanelReorderControls panelType="lyrics" />
|
||||
<Lyrics fadeOutNoLyricsMessage={true} />
|
||||
<Lyrics fadeOutNoLyricsMessage={true} settingsKey="sidebar" />
|
||||
<div
|
||||
className={styles.visualizerOverlay}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user