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

View File

@@ -64,6 +64,7 @@ export class ProxyAuthHandler extends Disposable {
sandbox: true,
devTools: false,
enableRemoteModule: false,
spellcheck: false,
v8CacheOptions: 'bypassHeatCheck'
}
};