This commit is contained in:
SrGooglo 2023-11-28 18:58:13 +00:00
parent 1b679d4217
commit 01ad23fda1

View File

@ -17,7 +17,7 @@ const ExtraActions = (props) => {
app.isMobile && <Button app.isMobile && <Button
type="ghost" type="ghost"
icon={<Icons.MdAbc />} icon={<Icons.MdAbc />}
disabled={!ctx.track_manifest.lyricsEnabled} disabled={!ctx.track_manifest?.lyricsEnabled}
/> />
} }
{ {