diff --git a/src/pages/Playroom.vue b/src/pages/Playroom.vue index 8a8647b..a112a15 100644 --- a/src/pages/Playroom.vue +++ b/src/pages/Playroom.vue @@ -43,6 +43,7 @@ const playButton = useTemplateRef('playButton') const presentQueueListDialog = ref(false) const presentLyrics = ref(false) +const showLyricsTooltip = ref(false) onMounted(async () => { Draggable.create(progressBarThumb.value, { @@ -486,21 +487,31 @@ watch(() => playQueueStore.currentIndex, () => {