mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-21 00:11:27 -07:00
fix(anki): force Yomitan proxy server sync for card auto-enhancement
This commit is contained in:
@@ -2663,6 +2663,9 @@ async function syncYomitanDefaultProfileAnkiServer(): Promise<void> {
|
||||
logger.info(message, ...args);
|
||||
},
|
||||
},
|
||||
{
|
||||
forceOverride: getResolvedConfig().ankiConnect.proxy?.enabled === true,
|
||||
},
|
||||
);
|
||||
|
||||
if (synced) {
|
||||
|
||||
Reference in New Issue
Block a user