mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-19 17:08:10 +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
|
|
@ -1,7 +1,9 @@
|
|||
import { atomWithLocalStorage } from '~/store/utils';
|
||||
|
||||
const isTemporary = atomWithLocalStorage('isTemporary', false);
|
||||
const defaultTemporaryChat = atomWithLocalStorage('defaultTemporaryChat', false);
|
||||
|
||||
export default {
|
||||
isTemporary,
|
||||
defaultTemporaryChat,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue