📝 add defaultButtonIndex to dialog docs
This commit is contained in:
parent
22c455175a
commit
c4c145ef6a
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ will be passed via `callback(filename)`
|
|||
`"warning"`. On Windows, "question" displays the same icon as "info", unless
|
||||
you set an icon using the "icon" option.
|
||||
* `buttons` Array - Array of texts for buttons.
|
||||
* `defaultButtonIndex` Integer - Index of the button in the buttons array which will be selected by default when the message box opens.
|
||||
* `title` String - Title of the message box, some platforms will not show it.
|
||||
* `message` String - Content of the message box.
|
||||
* `detail` String - Extra information of the message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue