Add Lyrics button to right-controls. (#1363)

* Add Microphone icon to right-controls to show/hide lyrics.
This commit is contained in:
lindenkron
2025-12-11 07:37:44 +01:00
committed by GitHub
parent a778f4c715
commit bb55fc2278
3 changed files with 41 additions and 0 deletions
+2
View File
@@ -68,6 +68,7 @@ import {
LuLogIn,
LuLogOut,
LuMenu,
LuMicVocal,
LuMinus,
LuMoon,
LuMusic,
@@ -194,6 +195,7 @@ export const AppIcon = {
mediaStop: LuSquare,
menu: LuMenu,
metadata: LuBookOpen,
microphone: LuMicVocal,
minus: LuMinus,
panelRightClose: LuPanelRightClose,
panelRightOpen: LuPanelRightOpen,