feat: Add Default Temporary Chat User Setting (#10731)

This commit is contained in:
Marco Beretta 2025-12-01 20:12:15 +01:00 committed by Danny Avila
parent 5fac4ffd1c
commit a725fb34da
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
4 changed files with 18 additions and 4 deletions

View file

@ -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() {