fix: recover comment

This commit is contained in:
icarus 2026-01-05 22:00:50 +08:00
parent ec0a6460b7
commit 6b13c640d1
No known key found for this signature in database
GPG Key ID: D4AF089AAEC25D18

View File

@ -83,6 +83,8 @@ export async function checkDataLimit() {
} }
currentInterval = setInterval(check, CHECK_INTERVAL_WARNING) currentInterval = setInterval(check, CHECK_INTERVAL_WARNING)
} else if (!shouldShowWarning && currentToastId) { } else if (!shouldShowWarning && currentToastId) {
// Dismiss toast when space is recovered
window.toast.close(currentToastId) window.toast.close(currentToastId)
currentToastId = null currentToastId = null