Allow the C++ JS binding function to accept arbitrary long arguments
This commit is contained in:
parent
da724d65d7
commit
1578d2fda9
3 changed files with 7 additions and 10 deletions
|
@ -105,7 +105,9 @@ module.exports =
|
|||
options.buttons,
|
||||
options.cancelId,
|
||||
0,
|
||||
[options.title, options.message, options.detail],
|
||||
options.title,
|
||||
options.message,
|
||||
options.detail,
|
||||
options.icon,
|
||||
window,
|
||||
callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue