Skip to content

Commit

Permalink
Remove debug banner
Browse files Browse the repository at this point in the history
  • Loading branch information
hunteraraujo committed Sep 28, 2023
1 parent 3329e6b commit c814fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class MyApp extends StatelessWidget {
taskService.loadDeletedTasks();

return MaterialApp(
debugShowCheckedModeBanner: false,
title: 'AutoGPT Flutter Client',
theme: ThemeData(
primarySwatch: Colors.blue,
Expand Down

0 comments on commit c814fc4

Please sign in to comment.