From b864faba4466410a3f01f5186d55a214f251b5fc Mon Sep 17 00:00:00 2001 From: viarotel Date: Wed, 1 Nov 2023 18:41:46 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=F0=9F=92=84=20Disable=20spellcheck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/electron/main.js b/electron/main.js index 1813646..030772f 100644 --- a/electron/main.js +++ b/electron/main.js @@ -70,6 +70,7 @@ function createWindow() { // contextIsolation: false, preload: path.join(__dirname, './preload.js'), sandbox: false, + spellcheck: false, }, backgroundColor: 'white', })