modify todo function (processing)

This commit is contained in:
2026-03-03 23:50:28 +08:00
parent fbd66c308c
commit ce706694ef
5 changed files with 463 additions and 382 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ class MainMenu extends StatelessWidget {
MenuItem(
title: '待辦事項',
icon: Icons.checklist,
targetScreen: TodoManager(),
targetScreen: TodoManager(currentUserId: uid),
),
// 5. 行事曆
MenuItem(