chore: Follow up design changes

This commit is contained in:
krille-chan 2023-08-12 12:23:46 +02:00
commit c74242118b
No known key found for this signature in database

View file

@ -42,6 +42,7 @@ class ChatMembersView extends StatelessWidget {
L10n.of(context)!.countParticipants(roomCount), L10n.of(context)!.countParticipants(roomCount),
), ),
actions: [ actions: [
if (room.canInvite)
IconButton( IconButton(
onPressed: () => context.go('/rooms/${room.id}/invite'), onPressed: () => context.go('/rooms/${room.id}/invite'),
icon: const Icon( icon: const Icon(