mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 22:28:12 +08:00
Desktop: Add fullscreen window mode (#3625)
This commit is contained in:
@@ -64,8 +64,10 @@ pub enum FrontendMessage {
|
||||
#[serde(rename = "nodeTypes")]
|
||||
node_types: Vec<FrontendNodeType>,
|
||||
},
|
||||
SendShortcutF11 {
|
||||
SendShortcutFullscreen {
|
||||
shortcut: Option<ActionShortcut>,
|
||||
#[serde(rename = "shortcutMac")]
|
||||
shortcut_mac: Option<ActionShortcut>,
|
||||
},
|
||||
SendShortcutAltClick {
|
||||
shortcut: Option<ActionShortcut>,
|
||||
@@ -371,6 +373,7 @@ pub enum FrontendMessage {
|
||||
WindowClose,
|
||||
WindowMinimize,
|
||||
WindowMaximize,
|
||||
WindowFullscreen,
|
||||
WindowDrag,
|
||||
WindowHide,
|
||||
WindowHideOthers,
|
||||
|
||||
Reference in New Issue
Block a user