소스 검색

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,
         show: false,
         webPreferences: {
         webPreferences: {
             nodeIntegration: true,
             nodeIntegration: true,
-            contextIsolation: false
+            contextIsolation: false,
+            spellcheck: false
         }
         }
     });
     });