mirror of
https://github.com/bitwarden/browser
synced 2025-01-01 12:47:57 +01:00
Disable spell checking (#601)
This commit is contained in:
parent
57d60bdfa6
commit
def3c47a1e
@ -120,6 +120,7 @@ export class WindowMain {
|
||||
backgroundColor: "#fff",
|
||||
alwaysOnTop: this.enableAlwaysOnTop,
|
||||
webPreferences: {
|
||||
spellcheck: false,
|
||||
nodeIntegration: true,
|
||||
backgroundThrottling: false,
|
||||
contextIsolation: false,
|
||||
|
Loading…
Reference in New Issue
Block a user