mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 17:30:07 +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"
|
||||
|
||||
Reference in New Issue
Block a user