refactor: Remove todo list feature

This commit is contained in:
krille-chan 2023-12-22 20:20:58 +01:00
commit e1474c48d8
No known key found for this signature in database
6 changed files with 0 additions and 574 deletions

View file

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