Change tooltip location to bottom for sidebar action buttons (#1479)

This commit is contained in:
Chenlei Hu
2024-11-08 18:56:44 -05:00
committed by GitHub
parent acbc38ced4
commit cc320e0f84
4 changed files with 9 additions and 9 deletions

View File

@@ -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>