mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-03 09:38:13 +08:00
committed by
GitHub
parent
e619946b9c
commit
66a191b018
@@ -100,7 +100,11 @@ void main() async {
|
||||
exit(0);
|
||||
}
|
||||
ScaledWidgetsFlutterBinding.instance.scaleFactor = Pref.uiScale;
|
||||
await Future.wait([_initDownPath(), _initTmpPath()]);
|
||||
await Future.wait([
|
||||
_initDownPath(),
|
||||
_initTmpPath(),
|
||||
CacheManager.ensureInitialized(),
|
||||
]);
|
||||
Get
|
||||
..lazyPut(AccountService.new)
|
||||
..lazyPut(DownloadService.new);
|
||||
|
||||
Reference in New Issue
Block a user