mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 00:50:01 +00:00
Change tooltip location to bottom for sidebar action buttons (#1479)
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
@click="modelStore.loadModelFolders"
|
||||
severity="secondary"
|
||||
text
|
||||
v-tooltip="$t('refresh')"
|
||||
v-tooltip.bottom="$t('refresh')"
|
||||
/>
|
||||
<Button
|
||||
icon="pi pi-cloud-download"
|
||||
@click="modelStore.loadModels"
|
||||
severity="secondary"
|
||||
text
|
||||
v-tooltip="$t('loadAllFolders')"
|
||||
v-tooltip.bottom="$t('loadAllFolders')"
|
||||
/>
|
||||
</template>
|
||||
<template #header>
|
||||
|
||||
Reference in New Issue
Block a user