mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fix weight computation progress not showing
This commit is contained in:
parent
2491b93ea6
commit
aee6fcf456
1 changed files with 3 additions and 1 deletions
|
@ -229,7 +229,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
{tr.deckConfigAnalyzeButton()}
|
{tr.deckConfigAnalyzeButton()}
|
||||||
{/if}
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
{#if checkingWeights}<div>{computeWeightsProgressString}</div>{/if}
|
{#if computingWeights || checkingWeights}<div>
|
||||||
|
{computeWeightsProgressString}
|
||||||
|
</div>{/if}
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue