feat: Groups and Direct Chats virtual spaces option
This commit is contained in:
parent
36a962b31b
commit
919b0822e5
9 changed files with 285 additions and 87 deletions
|
|
@ -76,6 +76,13 @@ class SettingsChatView extends StatelessWidget {
|
|||
child: Icon(Icons.insert_emoticon_outlined),
|
||||
),
|
||||
),
|
||||
const Divider(height: 1),
|
||||
SettingsSwitchListTile.adaptive(
|
||||
title: L10n.of(context)!.separateChatTypes,
|
||||
onChanged: (b) => AppConfig.separateChatTypes = b,
|
||||
storeKey: SettingKeys.separateChatTypes,
|
||||
defaultValue: AppConfig.separateChatTypes,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue