accidentally removed download all button functionality lmao

This commit is contained in:
Realmy 2024-11-12 13:23:16 +01:00
parent 71736035f6
commit f744908ee1
1 changed files with 1 additions and 1 deletions

View File

@ -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,