docs: "options" is a required parameter in dialog.showMessageBox
This commit is contained in:
parent
62f9c3def0
commit
b68eccf784
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ The `filters` specifies an array of file types that can be displayed, see
|
||||||
If a `callback` is passed, the API call would be asynchronous and the result
|
If a `callback` is passed, the API call would be asynchronous and the result
|
||||||
would be passed via `callback(filename)`
|
would be passed via `callback(filename)`
|
||||||
|
|
||||||
## dialog.showMessageBox([browserWindow], [options], [callback])
|
## dialog.showMessageBox([browserWindow], options, [callback])
|
||||||
|
|
||||||
* `browserWindow` BrowserWindow
|
* `browserWindow` BrowserWindow
|
||||||
* `options` Object
|
* `options` Object
|
||||||
|
|
Loading…
Reference in a new issue