feat: support fullScreen BrowserWindow property (#23145)

This commit is contained in:
Shelley Vohr
2020-04-20 20:25:18 -07:00
committed by GitHub
parent 928e23a263
commit f3dc3997b1
3 changed files with 75 additions and 15 deletions

View File

@@ -807,6 +807,10 @@ hide it immediately.
A `Boolean` property that determines whether the window is in simple (pre-Lion) fullscreen mode.
#### `win.fullScreen`
A `Boolean` property that determines whether the window is in fullscreen mode.
#### `win.visibleOnAllWorkspaces`
A `Boolean` property that determines whether the window is visible on all workspaces.