|
|
@ -297,6 +297,7 @@ class _NeonAppState extends State<NeonApp> with WidgetsBindingObserver, tray.Tra |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
return MaterialApp.router( |
|
|
|
return MaterialApp.router( |
|
|
|
|
|
|
|
debugShowCheckedModeBanner: false, |
|
|
|
localizationsDelegates: [ |
|
|
|
localizationsDelegates: [ |
|
|
|
..._appImplementations.map((final app) => app.localizationsDelegate), |
|
|
|
..._appImplementations.map((final app) => app.localizationsDelegate), |
|
|
|
...AppLocalizations.localizationsDelegates, |
|
|
|
...AppLocalizations.localizationsDelegates, |
|
|
|