Add BrowserWindow.isVisible() API.
This commit is contained in:
parent
2024ae5dba
commit
88ce2a5390
8 changed files with 23 additions and 0 deletions
|
@ -141,6 +141,10 @@ Shows the window.
|
|||
|
||||
Hides the window.
|
||||
|
||||
### BrowserWindow.isVisible()
|
||||
|
||||
Returns whether the window is visible to the user.
|
||||
|
||||
### BrowserWindow.maximize()
|
||||
|
||||
Maximizes the window.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue