Fix weight computation progress not showing

This commit is contained in:
Damien Elmes 2023-09-26 14:02:12 +10:00
parent 2491b93ea6
commit aee6fcf456

View file

@ -229,7 +229,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
{tr.deckConfigAnalyzeButton()}
{/if}
</button>
{#if checkingWeights}<div>{computeWeightsProgressString}</div>{/if}
{#if computingWeights || checkingWeights}<div>
{computeWeightsProgressString}
</div>{/if}
</details>
</div>