mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 01:08:27 +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}
|
{#if $link && !isLoading}
|
||||||
<ClearButton click={() => ($link = "")} />
|
<ClearButton click={() => ($link = "")} />
|
||||||
{/if}
|
{/if}
|
||||||
{#if validLink($link)}
|
{#if validLink($link) && !isBotCheckOngoing}
|
||||||
<DownloadButton
|
<DownloadButton
|
||||||
url={$link}
|
url={$link}
|
||||||
bind:this={downloadButton}
|
bind:this={downloadButton}
|
||||||
|
Loading…
Reference in New Issue
Block a user