mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 18:10:08 +00:00
Remove new default workflow button in workflows sidebar (#1100)
This commit is contained in:
@@ -11,25 +11,16 @@
|
||||
"
|
||||
/>
|
||||
<Button
|
||||
class="browse-workflows-button"
|
||||
class="open-workflow-button"
|
||||
icon="pi pi-folder-open"
|
||||
v-tooltip="'Browse for an image or exported workflow'"
|
||||
v-tooltip="$t('sideToolbar.openWorkflow')"
|
||||
text
|
||||
@click="() => commandStore.getCommandFunction('Comfy.OpenWorkflow')()"
|
||||
/>
|
||||
<Button
|
||||
class="new-default-workflow-button"
|
||||
icon="pi pi-code"
|
||||
v-tooltip="'Load default workflow'"
|
||||
text
|
||||
@click="
|
||||
() => commandStore.getCommandFunction('Comfy.LoadDefaultWorkflow')()
|
||||
"
|
||||
/>
|
||||
<Button
|
||||
class="new-blank-workflow-button"
|
||||
icon="pi pi-plus"
|
||||
v-tooltip="'Create a new blank workflow'"
|
||||
v-tooltip="$t('sideToolbar.newBlankWorkflow')"
|
||||
@click="
|
||||
() => commandStore.getCommandFunction('Comfy.NewBlankWorkflow')()
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user