Default workflow subgraph attribute

This commit is contained in:
space-nuko
2023-06-01 18:43:45 -05:00
parent e8539add51
commit b1dd8a6242
3 changed files with 18 additions and 1 deletions

View File

@@ -681,6 +681,13 @@ const ALL_ATTRIBUTES: AttributesSpecList = [
editable: true,
defaultValue: true
},
{
name: "queuePromptButtonDefaultWorkflow",
type: "string",
location: "workflow",
editable: true,
defaultValue: ""
},
{
name: "showDefaultNotifications",
type: "boolean",