mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -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 = "";
|
let desiredRetentionChangeInfo = "";
|
||||||
$: {
|
$: {
|
||||||
clearTimeout(timeoutId);
|
clearTimeout(timeoutId);
|
||||||
desiredRetentionChangeInfo = tr.qtMiscProcessing();
|
|
||||||
if (showDesiredRetentionTooltip) {
|
if (showDesiredRetentionTooltip) {
|
||||||
timeoutId = setTimeout(() => {
|
timeoutId = setTimeout(() => {
|
||||||
getRetentionChangeInfo(roundedRetention, fsrsParams($config));
|
getRetentionChangeInfo(roundedRetention, fsrsParams($config));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue