Merge pull request #4271 from thingsinjars/master

🍎 Add 'Hide' to App API for OS X only
This commit is contained in:
Cheng Zhao 2016-02-01 12:54:07 +08:00
commit 457c7f55e6
4 changed files with 26 additions and 0 deletions

View file

@ -244,6 +244,14 @@ This method guarantees that all `beforeunload` and `unload` event handlers are
correctly executed. It is possible that a window cancels the quitting by
returning `false` in the `beforeunload` event handler.
### `app.hide()` _OS X_
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