mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
parent
b22b3310d6
commit
bf36e10519
1 changed files with 30 additions and 27 deletions
|
@ -395,10 +395,13 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
{/if}
|
{/if}
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<div style="display:none;">
|
||||||
<details>
|
<details>
|
||||||
<summary>{tr.deckConfigComputeOptimalRetention()}</summary>
|
<summary>{tr.deckConfigComputeOptimalRetention()}</summary>
|
||||||
<button
|
<button
|
||||||
class="btn {computingRetention ? 'btn-warning' : 'btn-primary'}"
|
class="btn {computingRetention
|
||||||
|
? 'btn-warning'
|
||||||
|
: 'btn-primary'}"
|
||||||
disabled={!computingRetention && computing}
|
disabled={!computingRetention && computing}
|
||||||
on:click={() => computeRetention()}
|
on:click={() => computeRetention()}
|
||||||
>
|
>
|
||||||
|
@ -423,7 +426,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<div>{computeRetentionProgressString}</div>
|
<div>{computeRetentionProgressString}</div>
|
||||||
{/if}
|
{/if}
|
||||||
</details>
|
</details>
|
||||||
|
</div>
|
||||||
<button
|
<button
|
||||||
class="btn {computing ? 'btn-warning' : 'btn-primary'}"
|
class="btn {computing ? 'btn-warning' : 'btn-primary'}"
|
||||||
disabled={computing}
|
disabled={computing}
|
||||||
|
|
Loading…
Reference in a new issue