chore: bump electron@8.3.0 (#98266)

This commit is contained in:
Robo
2020-05-20 13:32:02 -07:00
committed by GitHub
parent 627dd8b0ca
commit 820fd4048f
11 changed files with 27 additions and 20 deletions
+2 -1
View File
@@ -115,7 +115,8 @@ app.on('ready', () => {
backgroundThrottling: false,
nodeIntegration: true,
webSecurity: false,
webviewTag: true
webviewTag: true,
enableWebSQL: false
}
});