diff --git a/app/main.js b/app/main.js index 5ac65ae1..bcbdb81a 100644 --- a/app/main.js +++ b/app/main.js @@ -173,6 +173,7 @@ function createWindow() { webviewTag: true, nodeIntegration: false, contextIsolation: true, + spellcheck: false, preload: join(__dirname, 'js', 'platform', 'preload.js'), }, width: window_size.width,