to spell check false

This commit is contained in:
cutls 2020-09-17 21:41:55 +09:00
parent 35c10e0c7d
commit 5063061a70

View File

@ -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,