mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-30 03:21:40 +08:00
fix:powershell auto select
This commit is contained in:
@ -69,8 +69,10 @@ class SplashUI extends HookConsumerWidget {
|
||||
}
|
||||
stepState.value = 1;
|
||||
if (!context.mounted) return;
|
||||
dPrint("_initApp checkUpdate");
|
||||
await appModel.checkUpdate(context);
|
||||
stepState.value = 2;
|
||||
dPrint("_initApp aria2cModelProvider");
|
||||
ref.read(aria2cModelProvider);
|
||||
if (!context.mounted) return;
|
||||
context.go("/index");
|
||||
|
Reference in New Issue
Block a user