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