mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
disable button
This commit is contained in:
parent
382afc1105
commit
8b683a9fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue