🐛 Remove remove debug banner

This commit is contained in:
LittleSheep 2024-12-10 22:19:40 +08:00
parent a9ca8d36bc
commit da43c940f2

View File

@ -124,7 +124,6 @@ class AppMainContent extends StatelessWidget {
final th = context.watch<ThemeProvider>(); final th = context.watch<ThemeProvider>();
return MaterialApp.router( return MaterialApp.router(
debugShowCheckedModeBanner: false,
theme: th.theme?.light, theme: th.theme?.light,
darkTheme: th.theme?.dark, darkTheme: th.theme?.dark,
locale: context.locale, locale: context.locale,