Add |options| for ShowMessageBox
This commit is contained in:
parent
72eb87a631
commit
da724d65d7
6 changed files with 18 additions and 3 deletions
|
@ -104,6 +104,7 @@ module.exports =
|
|||
binding.showMessageBox messageBoxType,
|
||||
options.buttons,
|
||||
options.cancelId,
|
||||
0,
|
||||
[options.title, options.message, options.detail],
|
||||
options.icon,
|
||||
window,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue