mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
fix: OSD lyrics button title (#709)
This commit is contained in:
parent
b9da9a41fd
commit
e233aa9f1d
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
||||||
<div class="container" @click.stop>
|
<div class="container" @click.stop>
|
||||||
<button-icon
|
<button-icon
|
||||||
v-if="osdState"
|
v-if="osdState"
|
||||||
:title="$t('player.osdlyrics')"
|
:title="$t('player.osdLyrics')"
|
||||||
@click.native="toggleOSDLyrics"
|
@click.native="toggleOSDLyrics"
|
||||||
><svg-icon icon-class="osd-lyrics"
|
><svg-icon icon-class="osd-lyrics"
|
||||||
/></button-icon>
|
/></button-icon>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue