mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-21 06:24:22 +01:00
feat: enable spellcheck (#2116)
This commit is contained in:
@@ -190,6 +190,7 @@ const createChat = async (
|
||||
useContentSize: true,
|
||||
icon: path.join(__dirname, '../images/icon'),
|
||||
webPreferences: {
|
||||
spellcheck: true,
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
additionalArguments: [
|
||||
JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user