mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-30 18:12:08 -07:00
fix: delay youtube overlay bootstrap until yomitan loads
This commit is contained in:
@@ -499,7 +499,10 @@ export function commandNeedsOverlayRuntime(args: CliArgs): boolean {
|
||||
args.triggerFieldGrouping ||
|
||||
args.triggerSubsync ||
|
||||
args.markAudioCard ||
|
||||
args.openRuntimeOptions ||
|
||||
Boolean(args.youtubePlay)
|
||||
args.openRuntimeOptions
|
||||
);
|
||||
}
|
||||
|
||||
export function commandNeedsOverlayStartupPrereqs(args: CliArgs): boolean {
|
||||
return commandNeedsOverlayRuntime(args) || Boolean(args.youtubePlay);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user