mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 10:08:13 +08:00
Desktop: Hide menu bar in fullscreen mode on Mac (#3464)
hide menu bar in fullscreen mode on mac
This commit is contained in:
@@ -103,6 +103,9 @@ pub enum DesktopWrapperMessage {
|
||||
UpdateMaximized {
|
||||
maximized: bool,
|
||||
},
|
||||
UpdateFullscreen {
|
||||
fullscreen: bool,
|
||||
},
|
||||
LoadDocument {
|
||||
id: DocumentId,
|
||||
document: Document,
|
||||
|
||||
Reference in New Issue
Block a user