mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
删除 memory 界面中 右上角的 avatar 按钮
This commit is contained in:
parent
984bb5888e
commit
1e4f0d4e97
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@
|
|||
</div>
|
||||
|
||||
<div class="self-center flex items-center gap-1">
|
||||
{#if $user !== undefined && $user !== null}
|
||||
<!-- {#if $user !== undefined && $user !== null}
|
||||
<UserMenu
|
||||
className="max-w-[240px]"
|
||||
role={$user?.role}
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
</div>
|
||||
</button>
|
||||
</UserMenu>
|
||||
{/if}
|
||||
{/if} -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue