mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
fix(app): send ipc event when fullscreen state change
This commit is contained in:
parent
f3ea1cf3d3
commit
ff820cea6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue