fix activity name. Close #528

This commit is contained in:
2025-10-05 16:56:32 +08:00
parent b7f79476c8
commit d9303aab2e

View File

@@ -199,6 +199,7 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
tertiary = light.tertiary;
}
return MaterialApp(
title: "venera",
home: home,
debugShowCheckedModeBanner: false,
theme: getTheme(primary, secondary, tertiary, Brightness.light),