fix(front): remove more label from split playbutton
This commit is contained in:
parent
a717d02133
commit
159042669a
|
@ -97,9 +97,6 @@ const labels = computed(() => ({
|
|||
}))
|
||||
|
||||
const title = computed(() => {
|
||||
if (playable.value) {
|
||||
return t('components.audio.PlayButton.title.more')
|
||||
}
|
||||
|
||||
if (props.track) {
|
||||
return t('components.audio.PlayButton.title.unavailable')
|
||||
|
|
Loading…
Reference in New Issue