mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-08-26 22:37:45 +10:00
Fixed Disabling Lyrics Glow
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user