Merge pull request #170 from Guillaume-Fgt/hide_mouse_Fullscreen

Fix mouse cursor showing in Fullscreen video
This commit is contained in:
Jeremy Soller 2025-10-20 13:55:53 -06:00 committed by GitHub
commit f036d037ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1181,6 +1181,7 @@ impl Application for App {
self.fullscreen = !self.fullscreen;
self.core.window.show_headerbar = !self.fullscreen;
self.controls = !self.fullscreen;
return window::change_mode(
window::Id::MAIN,
if self.fullscreen {