mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Disable "debug" banner when running on simulator
This commit is contained in:
parent
0c9397f3c3
commit
157109e164
3 changed files with 4 additions and 9 deletions
|
|
@ -59,6 +59,7 @@ class InvenTreeApp extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
|
||||
return MaterialApp(
|
||||
debugShowCheckedModeBanner: false,
|
||||
builder: OneContext().builder,
|
||||
navigatorKey: OneContext().key,
|
||||
onGenerateTitle: (BuildContext context) => I18N.of(context)!.appTitle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue