mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
Fix secondary subtitle style parity and MPV visibility restore lifecycle
This commit is contained in:
@@ -208,6 +208,8 @@ async function init(): Promise<void> {
|
||||
|
||||
await keyboardHandlers.setupMpvInputForwarding();
|
||||
|
||||
subtitleRenderer.applySubtitleStyle(await window.electronAPI.getSubtitleStyle());
|
||||
|
||||
if (ctx.platform.isInvisibleLayer) {
|
||||
positioning.applyInvisibleStoredSubtitlePosition(
|
||||
await window.electronAPI.getSubtitlePosition(),
|
||||
@@ -222,7 +224,6 @@ async function init(): Promise<void> {
|
||||
await window.electronAPI.getSubtitlePosition(),
|
||||
"startup",
|
||||
);
|
||||
subtitleRenderer.applySubtitleStyle(await window.electronAPI.getSubtitleStyle());
|
||||
measurementReporter.schedule();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user