fix(anki): force Yomitan proxy server sync for card auto-enhancement

This commit is contained in:
2026-03-04 22:43:43 -08:00
parent 69ab87c25f
commit 0a36d1aa99
3 changed files with 86 additions and 13 deletions

View File

@@ -2663,6 +2663,9 @@ async function syncYomitanDefaultProfileAnkiServer(): Promise<void> {
logger.info(message, ...args);
},
},
{
forceOverride: getResolvedConfig().ankiConnect.proxy?.enabled === true,
},
);
if (synced) {