Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
auggiebennett committed Mar 16, 2024
1 parent 109b13e commit 8a6f41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TheVine extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
debugShowCheckedModeBanner: true,
home: const HomePage(),
theme: theme,
);
Expand Down

0 comments on commit 8a6f41b

Please sign in to comment.