Removed "Processing"

This commit is contained in:
Luc Mcgrady 2025-05-23 00:20:51 +01:00
parent 03b42a97d8
commit 46ce8afd41
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -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));