mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: repeat button title issue #77
This commit is contained in:
parent
771c3e35da
commit
a89fa61162
3 changed files with 8 additions and 2 deletions
|
|
@ -76,7 +76,11 @@
|
|||
><svg-icon icon-class="list"
|
||||
/></button-icon>
|
||||
<button-icon
|
||||
:title="$t('player.repeat')"
|
||||
:title="
|
||||
player.repeat === 'one'
|
||||
? $t('player.repeatTrack')
|
||||
: $t('player.repeat')
|
||||
"
|
||||
@click.native="repeat"
|
||||
:class="{ active: player.repeat !== 'off' }"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue