disabled spellcheck for electron #203

This commit is contained in:
Jan Prochazka
2022-01-05 08:53:01 +01:00
parent bcda12db90
commit 60faaf40d5

View File

@@ -185,6 +185,7 @@ function createWindow() {
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
spellcheck: false,
},
});