Access directly on options object
This commit is contained in:
Родитель
d200cf2e77
Коммит
5f862effaa
|
@ -177,7 +177,7 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
|
||||
let {buttons, cancelId, defaultId, detail, icon, message, title, type, normalizeAccessKeys} = options
|
||||
let {buttons, cancelId, defaultId, detail, icon, message, title, type} = options
|
||||
|
||||
if (type == null) {
|
||||
type = 'none'
|
||||
|
@ -194,7 +194,7 @@ module.exports = {
|
|||
throw new TypeError('Buttons must be an array')
|
||||
}
|
||||
|
||||
if (normalizeAccessKeys) {
|
||||
if (options.normalizeAccessKeys) {
|
||||
buttons = buttons.map(normalizeAccessKey)
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче