зеркало из https://github.com/electron/electron.git
fix: permission handler regression in default app (#17927)
This commit is contained in:
Родитель
4556433f3b
Коммит
f7a38ec72a
|
@ -81,7 +81,7 @@ async function createWindow () {
|
|||
cancelId: 1
|
||||
}
|
||||
|
||||
dialog.showMessageBox(mainWindow!, options).then(response => {
|
||||
dialog.showMessageBox(mainWindow!, options).then(({ response }) => {
|
||||
done(response === 0)
|
||||
})
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче