Merge pull request #9404 from tom-james-watson/master

Clarify dialog blocking functionality
This commit is contained in:
Kevin Sawicki 2017-05-16 12:39:23 -07:00 committed by GitHub
commit 1df72e42a5

View file

@ -161,8 +161,8 @@ It returns the index of the clicked button.
The `browserWindow` argument allows the dialog to attach itself to a parent window, making it modal. The `browserWindow` argument allows the dialog to attach itself to a parent window, making it modal.
If a `callback` is passed, the API call will be asynchronous and the result If a `callback` is passed, the dialog will not block the process. The API call
will be passed via `callback(response)`. will be asynchronous and the result will be passed via `callback(response)`.
### `dialog.showErrorBox(title, content)` ### `dialog.showErrorBox(title, content)`