disable button

This commit is contained in:
Luc Mcgrady 2025-06-02 11:14:28 +01:00
parent 382afc1105
commit 8b683a9fc8
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -330,7 +330,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
{/if}
</button>
<label>
<input type="checkbox" bind:checked={$config.healthCheck} />
<input type="checkbox" bind:checked={$config.healthCheck} disabled={computingParams} />
Health check (Slow)
</label>
{#if false}