mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Removed "Processing"
This commit is contained in:
parent
03b42a97d8
commit
46ce8afd41
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
let desiredRetentionChangeInfo = "";
|
||||
$: {
|
||||
clearTimeout(timeoutId);
|
||||
desiredRetentionChangeInfo = tr.qtMiscProcessing();
|
||||
if (showDesiredRetentionTooltip) {
|
||||
timeoutId = setTimeout(() => {
|
||||
getRetentionChangeInfo(roundedRetention, fsrsParams($config));
|
||||
|
|
|
|||
Loading…
Reference in a new issue