瀏覽代碼

disable spell checker

MaysWind 3 年之前
父節點
當前提交
d3b9f1582f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      main/main.js

+ 2 - 1
main/main.js

@@ -116,7 +116,8 @@ app.on('ready', () => {
         show: false,
         webPreferences: {
             nodeIntegration: true,
-            contextIsolation: false
+            contextIsolation: false,
+            spellcheck: false
         }
     });