mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-04-20 23:22:05 +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
|
self.tray
|
||||||
.tray_topmost
|
.tray_topmost
|
||||||
.set_checked((saved_style.ex_style as u32 & WS_EX_TOPMOST) == WS_EX_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) {
|
fn on_hide_splash_notice(&self) {
|
||||||
self.splash_screen.hide();
|
self.splash_screen.hide();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue