Merge pull request #22 from Stremio/fix/fullscreen-win-visibility-change
Some checks are pending
Continuous integration / test (push) Waiting to run

fix(app): send ipc event when fullscreen state change
This commit is contained in:
Владимир Борисов 2025-04-01 16:22:54 +03:00 committed by GitHub
commit 222e59442b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -350,9 +350,9 @@ impl MainWindow {
self.tray
.tray_topmost
.set_checked((saved_style.ex_style as u32 & WS_EX_TOPMOST) == WS_EX_TOPMOST);
self.transmit_window_visibility_change();
}
}
self.transmit_window_visibility_change();
}
fn on_hide_splash_notice(&self) {
self.splash_screen.hide();