mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
⌛ feat: Add Default Temporary Chat User Setting (#10731)
This commit is contained in:
parent
5fac4ffd1c
commit
a725fb34da
4 changed files with 18 additions and 4 deletions
|
|
@ -77,6 +77,13 @@ const toggleSwitchConfigs = [
|
|||
hoverCardText: undefined,
|
||||
key: 'modularChat',
|
||||
},
|
||||
{
|
||||
stateAtom: store.defaultTemporaryChat,
|
||||
localizationKey: 'com_nav_default_temporary_chat',
|
||||
switchId: 'defaultTemporaryChat',
|
||||
hoverCardText: 'com_nav_info_default_temporary_chat',
|
||||
key: 'defaultTemporaryChat',
|
||||
},
|
||||
];
|
||||
|
||||
function Chat() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue