mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Line for process string
This commit is contained in:
parent
dd0a9b4b5d
commit
0f86e1f97d
1 changed files with 8 additions and 7 deletions
|
@ -436,19 +436,20 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
{/if}
|
||||
</button>
|
||||
{/if}
|
||||
<div style:margin-left="0.5rem">
|
||||
{#if computingParams || checkingParams}
|
||||
{computeParamsProgressString}
|
||||
{:else if totalReviews !== undefined}
|
||||
{tr.statisticsReviews({ reviews: totalReviews })}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<button class="btn btn-primary float-right" on:click={() => computeAllParams()}>
|
||||
{tr.deckConfigSaveAndOptimize()}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div style:min-height="1.5em">
|
||||
{#if computingParams || checkingParams}
|
||||
{computeParamsProgressString}
|
||||
{:else if totalReviews !== undefined}
|
||||
{tr.statisticsReviews({ reviews: totalReviews })}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<Warning warning={lastOptimizationWarning} className="alert-warning" />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue