Skip to content

Commit b2f16a6

Browse files
committed
Disabled the floating action button
1 parent 69656e1 commit b2f16a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/screens/homepage/homepage.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,9 @@ class _HomePageState extends State<HomePage> {
521521
child: SingleChildScrollView(
522522
child: page,
523523
)),
524-
floatingActionButton: FloatingActionButton(
524+
/*floatingActionButton: FloatingActionButton(
525525
onPressed: () => showCreateProjectDialog(),
526526
child: const Icon(Icons.create_new_folder),
527-
));
527+
)*/);
528528
}
529529
}

0 commit comments

Comments
 (0)