🍎 Add Show to API for OS X
This commit is contained in:
parent
6a643ec3c8
commit
f9efdc4435
4 changed files with 12 additions and 0 deletions
|
@ -248,6 +248,10 @@ returning `false` in the `beforeunload` event handler.
|
|||
|
||||
Hides all application windows without minimising them.
|
||||
|
||||
### `app.show()` _OS X_
|
||||
|
||||
Shows application windows after they were hidden. Does not automatically focus them.
|
||||
|
||||
### `app.exit(exitCode)`
|
||||
|
||||
* `exitCode` Integer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue