mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 01:53:41 +08:00
fix: HomeUI performance game not install
This commit is contained in:
parent
38a1ddab72
commit
2e69068209
@ -806,6 +806,13 @@ class HomeUI extends HookConsumerWidget {
|
||||
builder: (BuildContext context) => const LocalizationDialogUI());
|
||||
model.checkLocalizationUpdate(skipReload: true);
|
||||
break;
|
||||
case "performance":
|
||||
if (homeState.scInstalledPath == "not_install") {
|
||||
showToast(context, gameInstallReqInfo);
|
||||
break;
|
||||
}
|
||||
context.push("/index/$key");
|
||||
break;
|
||||
default:
|
||||
context.push("/index/$key");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user