fix(front): remove more label from split playbutton

This commit is contained in:
ArneBo 2025-01-25 23:23:25 +01:00
parent a717d02133
commit 159042669a
1 changed files with 0 additions and 3 deletions

View File

@ -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')