adjusted pangea comments

This commit is contained in:
ggurdin 2024-05-20 14:38:17 -04:00
parent 5f83955544
commit 8c421d80cc

View file

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