adjusted pangea comments
This commit is contained in:
parent
5f83955544
commit
8c421d80cc
1 changed files with 1 additions and 13 deletions
|
|
@ -84,20 +84,8 @@ class ChatSettingsPopupMenuState extends State<ChatSettingsPopupMenu> {
|
|||
),
|
||||
),
|
||||
// #Pangea
|
||||
// PopupMenuItem<String>(
|
||||
// value: 'leave',
|
||||
// child: Row(
|
||||
// children: [
|
||||
// // #Pangea
|
||||
// // const Icon(Icons.delete_outlined),
|
||||
// const Icon(Icons.arrow_forward),
|
||||
// // Pangea#
|
||||
// const SizedBox(width: 12),
|
||||
// Text(L10n.of(context)!.leave),
|
||||
// ],
|
||||
// ),
|
||||
// ),
|
||||
if (!widget.room.isArchived)
|
||||
// Pangea#
|
||||
PopupMenuItem<String>(
|
||||
value: 'leave',
|
||||
child: Row(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue