mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-13 08:48:26 +00:00
web: do not show download button when still loading
This commit is contained in:
parent
440d039e2c
commit
1e4b60079f
@ -165,7 +165,7 @@
|
||||
{#if $link && !isLoading}
|
||||
<ClearButton click={() => ($link = "")} />
|
||||
{/if}
|
||||
{#if validLink($link)}
|
||||
{#if validLink($link) && !isBotCheckOngoing}
|
||||
<DownloadButton
|
||||
url={$link}
|
||||
bind:this={downloadButton}
|
||||
|
Loading…
Reference in New Issue
Block a user