mirror of
https://github.com/VERT-sh/VERT.git
synced 2026-02-20 06:48:39 -06:00
accidentally removed download all button functionality lmao
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
>Convert{files.files.length > 1 ? " All" : ""}</button
|
||||
>
|
||||
<button
|
||||
onclick={() => downloadAll}
|
||||
onclick={downloadAll}
|
||||
class={clsx("btn flex-grow", {
|
||||
"opacity-50 pointer-events-none": disabled,
|
||||
"btn-highlight": !disabled,
|
||||
|
||||
Reference in New Issue
Block a user