refactor: Remove todo list feature
This commit is contained in:
parent
107374cf60
commit
e1474c48d8
6 changed files with 0 additions and 574 deletions
|
|
@ -63,16 +63,6 @@ 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),
|
||||
],
|
||||
),
|
||||
),
|
||||
PopupMenuItem<String>(
|
||||
value: 'leave',
|
||||
child: Row(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue