|
|
|
|
@ -106,17 +106,17 @@ class ChatSettingsPopupMenuState extends State<ChatSettingsPopupMenu> {
|
|
|
|
|
// ],
|
|
|
|
|
// ),
|
|
|
|
|
// ),
|
|
|
|
|
// PopupMenuItem<String>(
|
|
|
|
|
// value: 'todos',
|
|
|
|
|
// child: Row(
|
|
|
|
|
// children: [
|
|
|
|
|
// const Icon(Icons.task_alt_outlined),
|
|
|
|
|
// const SizedBox(width: 12),
|
|
|
|
|
// Text(L10n.of(context)!.todoLists),
|
|
|
|
|
// ],
|
|
|
|
|
// ),
|
|
|
|
|
// ),
|
|
|
|
|
// Pangea#
|
|
|
|
|
PopupMenuItem<String>(
|
|
|
|
|
value: 'todos',
|
|
|
|
|
child: Row(
|
|
|
|
|
children: [
|
|
|
|
|
const Icon(Icons.task_alt_outlined),
|
|
|
|
|
const SizedBox(width: 12),
|
|
|
|
|
Text(L10n.of(context)!.todoLists),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
PopupMenuItem<String>(
|
|
|
|
|
value: 'leave',
|
|
|
|
|
child: Row(
|
|
|
|
|
|