mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
chore: hide the Personalized Memory toggle
This commit is contained in:
parent
6f1486ffd0
commit
fa19f5f5ba
1 changed files with 2 additions and 2 deletions
|
|
@ -45,14 +45,14 @@
|
||||||
</div>
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
<div class="">
|
<!-- <div class="">
|
||||||
<Switch
|
<Switch
|
||||||
bind:state={enableMemory}
|
bind:state={enableMemory}
|
||||||
on:change={async () => {
|
on:change={async () => {
|
||||||
saveSettings({ memory: enableMemory });
|
saveSettings({ memory: enableMemory });
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue