chore: hide the Personalized Memory toggle

This commit is contained in:
LoiTra 2025-07-15 11:42:29 +07:00 committed by loitragg
parent 6f1486ffd0
commit fa19f5f5ba
No known key found for this signature in database
GPG key ID: 96292BAF3E28CFF5

View file

@ -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>