mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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}
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
{/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()}>
|
<button class="btn btn-primary float-right" on:click={() => computeAllParams()}>
|
||||||
{tr.deckConfigSaveAndOptimize()}
|
{tr.deckConfigSaveAndOptimize()}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</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" />
|
<Warning warning={lastOptimizationWarning} className="alert-warning" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue