mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
Add side bar icon tooltip (#206)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<SideBarIcon :icon="icon" @click="toggleTheme" />
|
||||
<SideBarIcon :icon="icon" @click="toggleTheme" tooltip="Toggle Theme" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user