📝 clarify dialog buttons blocking side effect
This commit is contained in:
parent
b712521056
commit
50057163c6
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
If a `callback` is passed, the API call will be asynchronous and the result
|
||||
will be passed via `callback(response)`.
|
||||
If a `callback` is passed, the dialog will not block the process. The API call
|
||||
will be asynchronous and the result will be passed via `callback(response)`.
|
||||
|
||||
### `dialog.showErrorBox(title, content)`
|
||||
|
||||
|
|
Loading…
Reference in a new issue