diff --git a/lib/main.dart b/lib/main.dart index 99b2701..f4c0cf5 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -199,6 +199,7 @@ class _MyAppState extends State with WidgetsBindingObserver { tertiary = light.tertiary; } return MaterialApp( + title: "venera", home: home, debugShowCheckedModeBanner: false, theme: getTheme(primary, secondary, tertiary, Brightness.light),