Skip to content

Commit

Permalink
perf: 💄 Disable spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 1, 2023
1 parent ea6d97c commit b864fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function createWindow() {
// contextIsolation: false,
preload: path.join(__dirname, './preload.js'),
sandbox: false,
spellcheck: false,
},
backgroundColor: 'white',
})
Expand Down

0 comments on commit b864fab

Please sign in to comment.