chore: minor fixes and cleanup across services and renderer

This commit is contained in:
2026-03-17 19:54:27 -07:00
parent f8e2ae4887
commit 5698121996
7 changed files with 24 additions and 10 deletions

View File

@@ -311,7 +311,7 @@ export function createCharacterDictionaryAutoSyncRuntimeService(
mediaId: snapshot.mediaId,
mediaTitle: snapshot.mediaTitle,
message: buildBuildingMessage(snapshot.mediaTitle),
});
});
deps.logInfo?.('[dictionary:auto-sync] rebuilding merged dictionary for active anime set');
merged = await deps.buildMergedDictionary(nextActiveMediaIdValues);
}

View File

@@ -52,6 +52,7 @@ test('composeIpcRuntimeHandlers returns callable IPC handlers and registration b
getKeybindings: () => [],
getConfiguredShortcuts: () => ({}) as never,
getStatsToggleKey: () => 'Backquote',
getMarkWatchedKey: () => 'KeyW',
getControllerConfig: () => ({}) as never,
saveControllerConfig: () => {},
saveControllerPreference: () => {},