mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-06-18 15:13:31 -07:00
refactor(main): split main.ts into focused runtime modules (#123)
This commit is contained in:
@@ -45,6 +45,7 @@ export interface MpvRuntimeClientLike {
|
||||
playNextSubtitle?: () => void;
|
||||
setSubVisibility?: (visible: boolean) => void;
|
||||
setSecondarySubVisibility?: (visible: boolean) => void;
|
||||
setCurrentSecondarySubText?: (text: string) => void;
|
||||
}
|
||||
|
||||
export function showMpvOsdRuntime(
|
||||
|
||||
Reference in New Issue
Block a user