🐛 Remove remove debug banner
This commit is contained in:
parent
a9ca8d36bc
commit
da43c940f2
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user