Fixed Disabling Lyrics Glow

This commit is contained in:
2026-02-25 20:54:51 +11:00
parent ec25abf6f5
commit ef4c73037f
3 changed files with 35 additions and 57 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ export const Settings = () => {
<LunaSettings>
<AnySwitch
title="Lyrics Glow Effect"
desc="Enable glowing effect for lyrics & Font Styling Changes"
desc="Enable glowing effect on lyrics"
checked={lyricsGlowEnabled}
onChange={(_: unknown, checked: boolean) => {
settings.lyricsGlowEnabled = checked;