1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00

Disable spell checking (#601)

This commit is contained in:
Oscar Hinton 2022-01-10 16:38:10 +01:00 committed by GitHub
parent 57d60bdfa6
commit def3c47a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,7 @@ export class WindowMain {
backgroundColor: "#fff", backgroundColor: "#fff",
alwaysOnTop: this.enableAlwaysOnTop, alwaysOnTop: this.enableAlwaysOnTop,
webPreferences: { webPreferences: {
spellcheck: false,
nodeIntegration: true, nodeIntegration: true,
backgroundThrottling: false, backgroundThrottling: false,
contextIsolation: false, contextIsolation: false,