fix(launcher): remove youtube subtitle mode

This commit is contained in:
2026-03-08 16:03:24 -07:00
parent 6a44b54b51
commit a6ece5388a
19 changed files with 714 additions and 202 deletions

View File

@@ -101,6 +101,9 @@ export function initializeOverlayRuntime(options: {
}
options.syncOverlayShortcuts();
};
windowTracker.onWindowFocusChange = () => {
options.syncOverlayShortcuts();
};
windowTracker.start();
}