modify todo function (processing)
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ class MainMenu extends StatelessWidget {
|
||||
MenuItem(
|
||||
title: '待辦事項',
|
||||
icon: Icons.checklist,
|
||||
targetScreen: TodoManager(),
|
||||
targetScreen: TodoManager(currentUserId: uid),
|
||||
),
|
||||
// 5. 行事曆
|
||||
MenuItem(
|
||||
|
||||
Reference in New Issue
Block a user