chore: hide groups tab if not separating DMs and groups (#2613)
This commit is contained in:
parent
f92c191ed5
commit
697116032a
1 changed files with 4 additions and 1 deletions
|
|
@ -198,7 +198,10 @@ class ChatListViewBody extends StatelessWidget {
|
|||
ActiveFilter.messages
|
||||
else
|
||||
ActiveFilter.allChats,
|
||||
ActiveFilter.groups,
|
||||
// #Pangea
|
||||
if (AppConfig.separateChatTypes)
|
||||
ActiveFilter.groups,
|
||||
// Pangea#
|
||||
ActiveFilter.unread,
|
||||
// #Pangea
|
||||
// if (spaceDelegateCandidates.isNotEmpty &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue