mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
[Cleanup] Remove tooltip on current user button (#3636)
This commit is contained in:
@@ -3,11 +3,10 @@
|
|||||||
<div>
|
<div>
|
||||||
<Button
|
<Button
|
||||||
v-if="isAuthenticated"
|
v-if="isAuthenticated"
|
||||||
v-tooltip="{ value: $t('userSettings.title'), showDelay: 300 }"
|
|
||||||
class="user-profile-button p-1"
|
class="user-profile-button p-1"
|
||||||
severity="secondary"
|
severity="secondary"
|
||||||
text
|
text
|
||||||
:aria-label="$t('userSettings.title')"
|
aria-label="user profile"
|
||||||
@click="popover?.toggle($event)"
|
@click="popover?.toggle($event)"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user