From aa7ded73f87021193aefdce49139089aa0b71d6f Mon Sep 17 00:00:00 2001 From: wvffle Date: Fri, 4 Nov 2022 00:03:49 +0000 Subject: [PATCH] Add toggle switches for cover/visualizer --- front/src/components/Queue.vue | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index ee93f5e5a..b06b7c586 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -181,8 +181,19 @@ const coverType = ref(CoverType.COVER_ART)
- +
@@ -422,3 +433,9 @@ const coverType = ref(CoverType.COVER_ART) + +