From 25c4973f57a5b2a49c276b9d1cb5142b28311567 Mon Sep 17 00:00:00 2001 From: mini Date: Wed, 18 Feb 2026 22:44:54 +0800 Subject: [PATCH] fix: disable Download button after completion, reset on format change --- frontend/src/views/Home.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index 6f8e879..a68ee6b 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -20,15 +20,15 @@

Select Quality:

+ :class="{ selected: selectedFormat === fmt.format_id }" @click="selectedFormat = fmt.format_id; downloadReady = false; taskId = ''; progress = 0"> {{ fmt.quality }} {{ fmt.ext }} ~{{ humanSize(fmt.filesize) }}
-