mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Hide progress text when done (#3609)
This commit is contained in:
parent
868fc4a071
commit
3d48f1ff5d
1 changed files with 4 additions and 1 deletions
|
|
@ -478,7 +478,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
/>
|
||||
{/if}
|
||||
{/if}
|
||||
<div>{computeRetentionProgressString}</div>
|
||||
|
||||
{#if computingRetention}
|
||||
<div>{computeRetentionProgressString}</div>
|
||||
{/if}
|
||||
</details>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue