mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 23:20:07 +00:00
[nit] add refresh button to workflow sidebar tab (#3062)
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
class="workflows-sidebar-tab bg-[var(--p-tree-background)]"
|
||||
>
|
||||
<template #tool-buttons>
|
||||
<Button
|
||||
icon="pi pi-refresh"
|
||||
@click="workflowStore.syncWorkflows()"
|
||||
severity="secondary"
|
||||
text
|
||||
v-tooltip.bottom="$t('g.refresh')"
|
||||
/>
|
||||
<Button
|
||||
class="browse-templates-button"
|
||||
icon="pi pi-th-large"
|
||||
|
||||
Reference in New Issue
Block a user