mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update
This commit is contained in:
@@ -18,7 +18,6 @@ final _router = GoRouter(
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
void main() async {
|
||||
if (!kIsWeb) await prepareJar();
|
||||
await preparePrefs();
|
||||
@@ -30,6 +29,7 @@ class MainApp extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp.router(routerConfig: _router);
|
||||
return MaterialApp.router(
|
||||
routerConfig: _router, title: "E-Hentai Downloader Dashboard");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user