feat: enable spellcheck (#2116)
This commit is contained in:
@@ -190,6 +190,7 @@ const createChat = async (
|
|||||||
useContentSize: true,
|
useContentSize: true,
|
||||||
icon: path.join(__dirname, '../images/icon'),
|
icon: path.join(__dirname, '../images/icon'),
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
spellcheck: true,
|
||||||
preload: path.join(__dirname, 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
additionalArguments: [
|
additionalArguments: [
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
|
|||||||
Reference in New Issue
Block a user