Desktop: Hide menu bar in fullscreen mode on Mac (#3464)

hide menu bar in fullscreen mode on mac
This commit is contained in:
Timon
2025-12-12 13:09:31 +00:00
committed by GitHub
parent 6d852f11af
commit 7532bd7260
8 changed files with 94 additions and 36 deletions
+3
View File
@@ -103,6 +103,9 @@ pub enum DesktopWrapperMessage {
UpdateMaximized {
maximized: bool,
},
UpdateFullscreen {
fullscreen: bool,
},
LoadDocument {
id: DocumentId,
document: Document,