docs: Add BrowserWindow.showInactive()

This commit is contained in:
Cheng Zhao 2014-10-17 22:46:00 +08:00
parent 4b5dd2ed4b
commit cb9bdbf247

View file

@ -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()