We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69656e1 commit b2f16a6Copy full SHA for b2f16a6
lib/screens/homepage/homepage.dart
@@ -521,9 +521,9 @@ class _HomePageState extends State<HomePage> {
521
child: SingleChildScrollView(
522
child: page,
523
)),
524
- floatingActionButton: FloatingActionButton(
+ /*floatingActionButton: FloatingActionButton(
525
onPressed: () => showCreateProjectDialog(),
526
child: const Icon(Icons.create_new_folder),
527
- ));
+ )*/);
528
}
529
0 commit comments