From 159042669a2f32ea5467c3c5841e5aca48ae8ca9 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sat, 25 Jan 2025 23:23:25 +0100 Subject: [PATCH] fix(front): remove more label from split playbutton --- front/src/components/audio/PlayButton.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index fe9804ae5..71ef16c86 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -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')