mirror of https://github.com/VERT-sh/VERT.git
accidentally removed download all button functionality lmao
This commit is contained in:
parent
71736035f6
commit
f744908ee1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue