electron - explicitly disable spellchecker

It will be enabled by default starting with Electron 9
This commit is contained in:
Benjamin Pasero
2020-07-21 07:50:25 +02:00
parent dc333833e9
commit a006879172
5 changed files with 6 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ app.on('ready', () => {
nodeIntegration: true,
enableWebSQL: false,
enableRemoteModule: false,
spellcheck: false,
nativeWindowOpen: true,
webviewTag: true
}