mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
fix(overlay): refresh current subtitle when enabling invisible layer
This commit is contained in:
@@ -2972,6 +2972,9 @@ function setVisibleOverlayVisible(visible: boolean): void {
|
||||
|
||||
function setInvisibleOverlayVisible(visible: boolean): void {
|
||||
setInvisibleOverlayVisibleHandler(visible);
|
||||
if (visible) {
|
||||
subtitleProcessingController.refreshCurrentSubtitle();
|
||||
}
|
||||
}
|
||||
|
||||
function toggleVisibleOverlay(): void {
|
||||
|
||||
Reference in New Issue
Block a user