fix(anki): address latest PR 19 review follow-ups

This commit is contained in:
2026-03-19 08:47:31 -07:00
parent a954f62f55
commit 274b0619ac
7 changed files with 315 additions and 84 deletions

View File

@@ -913,7 +913,7 @@ export class AnkiIntegration {
const type = this.config.behavior?.notificationType || 'osd';
if (type === 'osd' || type === 'both') {
this.showUpdateResult(message, true);
this.showUpdateResult(message, errorSuffix === undefined);
} else {
this.clearUpdateProgress();
}