Add BrowserWindow.isMaximized API.
This commit is contained in:
parent
e8d59c4326
commit
ce50b38a75
8 changed files with 21 additions and 0 deletions
|
@ -252,6 +252,10 @@ the Dock.
|
|||
|
||||
Restores the window from minimized state to its previous state.
|
||||
|
||||
### BrowserWindow.isMaximized()
|
||||
|
||||
Returns whether the window is minimized.
|
||||
|
||||
### BrowserWindow.setFullScreen(flag)
|
||||
|
||||
* `flag` Boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue