docs: Add BrowserWindow.showInactive()
This commit is contained in:
parent
4b5dd2ed4b
commit
cb9bdbf247
1 changed files with 5 additions and 1 deletions
|
@ -232,7 +232,11 @@ Returns whether the window is focused.
|
|||
|
||||
### BrowserWindow.show()
|
||||
|
||||
Shows the window.
|
||||
Shows and gives focus to the window.
|
||||
|
||||
### BrowserWindow.showInactive()
|
||||
|
||||
Shows the window but doesn't focus on it.
|
||||
|
||||
### BrowserWindow.hide()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue