mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-11 08:00:21 +00:00
Move clipspace from action bar to topbar dropdown menu (#956)
This commit is contained in:
@@ -77,12 +77,6 @@
|
||||
() => commandStore.getCommand('Comfy.RefreshNodeDefinitions')()
|
||||
"
|
||||
/>
|
||||
<Button
|
||||
v-tooltip.bottom="$t('menu.clipspace')"
|
||||
icon="pi pi-clipboard"
|
||||
severity="secondary"
|
||||
@click="() => commandStore.getCommand('Comfy.OpenClipspace')()"
|
||||
/>
|
||||
<Button
|
||||
v-tooltip.bottom="$t('menu.resetView')"
|
||||
icon="pi pi-expand"
|
||||
|
||||
@@ -73,6 +73,14 @@ export const useCoreMenuItemStore = defineStore('coreMenuItem', () => {
|
||||
label: 'Clear Workflow',
|
||||
icon: 'pi pi-trash',
|
||||
command: commandStore.commands['Comfy.ClearWorkflow']
|
||||
},
|
||||
{
|
||||
separator: true
|
||||
},
|
||||
{
|
||||
label: 'Clipspace',
|
||||
icon: 'pi pi-clipboard',
|
||||
command: commandStore.commands['Comfy.OpenClipspace']
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user