mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-28 16:49:50 -07:00
Fix Windows Anki startup and overlay regressions (#128)
This commit is contained in:
@@ -137,6 +137,7 @@ export type CharacterDictionaryManualSelectionResult = {
|
||||
export interface CharacterDictionaryRuntimeDeps {
|
||||
userDataPath: string;
|
||||
getCurrentMediaPath: () => string | null;
|
||||
getCurrentVideoPath?: () => string | null | undefined;
|
||||
getCurrentMediaTitle: () => string | null;
|
||||
resolveMediaPathForJimaku: (mediaPath: string | null) => string | null;
|
||||
guessAnilistMediaInfo: (
|
||||
|
||||
Reference in New Issue
Block a user