mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-03-11 21:27:06 +00:00
Merge pull request #22 from Stremio/fix/fullscreen-win-visibility-change
Some checks are pending
Continuous integration / test (push) Waiting to run
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:
commit
222e59442b
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