diff --git a/lib/ui/home/home_ui.dart b/lib/ui/home/home_ui.dart index fade09f..eb2c4bf 100644 --- a/lib/ui/home/home_ui.dart +++ b/lib/ui/home/home_ui.dart @@ -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"); }