docs: fix incorrect dialog.showMessageBox() docs (#25549)
This commit is contained in:
parent
0d72bf3ed2
commit
4f54d71518
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ Returns `Promise<Object>` - resolves with a promise containing the following pro
|
||||||
* `checkboxChecked` Boolean - The checked state of the checkbox if
|
* `checkboxChecked` Boolean - The checked state of the checkbox if
|
||||||
`checkboxLabel` was set. Otherwise `false`.
|
`checkboxLabel` was set. Otherwise `false`.
|
||||||
|
|
||||||
Shows a message box, it will block the process until the message box is closed.
|
Shows a message box.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue