Add textarea widget spell check setting (#627)

This commit is contained in:
Chenlei Hu
2024-08-25 10:22:36 -04:00
committed by GitHub
parent b863c11e67
commit a1e40b14c7
4 changed files with 29 additions and 4 deletions

View File

@@ -134,6 +134,14 @@ export const useSettingStore = defineStore('setting', {
}
})
app.ui.settings.addSetting({
id: 'Comfy.TextareaWidget.Spellcheck',
category: ['Comfy', 'Node Widget', 'TextareaWidget', 'Spellcheck'],
name: 'Textarea widget spellcheck',
type: 'boolean',
defaultValue: false
})
app.ui.settings.addSetting({
id: 'Comfy.Workflow.SortNodeIdOnSave',
name: 'Sort node IDs when saving workflow',