mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
0.5.1
Possible bug fix for app launch error
This commit is contained in:
parent
11c22885bb
commit
2d4f9f33b7
3 changed files with 7 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ class InvenTreeApp extends StatelessWidget {
|
|||
debugShowCheckedModeBanner: false,
|
||||
builder: OneContext().builder,
|
||||
navigatorKey: OneContext().key,
|
||||
onGenerateTitle: (BuildContext context) => I18N.of(context)!.appTitle,
|
||||
onGenerateTitle: (BuildContext context) => "InvenTree",
|
||||
theme: ThemeData(
|
||||
primarySwatch: Colors.lightBlue,
|
||||
secondaryHeaderColor: Colors.blueGrey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue