diff --git a/lib/main.dart b/lib/main.dart index 71370aa..964c5a6 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -12,7 +12,7 @@ class TheVine extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( - debugShowCheckedModeBanner: false, + debugShowCheckedModeBanner: true, home: const HomePage(), theme: theme, );