perf: 💄 Disable spellcheck

This commit is contained in:
viarotel 2023-11-01 18:41:46 +08:00
parent ea6d97cd4d
commit b864faba44

View File

@ -70,6 +70,7 @@ function createWindow() {
// contextIsolation: false,
preload: path.join(__dirname, './preload.js'),
sandbox: false,
spellcheck: false,
},
backgroundColor: 'white',
})