From 7be9bdf7c36832d93ceda184ea41a9b5aa94d24f Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Fri, 20 Dec 2024 19:38:12 +0800 Subject: [PATCH] bugfix --- lib/ui/home/home_ui_model.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/home/home_ui_model.dart b/lib/ui/home/home_ui_model.dart index 4f21e1b..8a1aaf5 100644 --- a/lib/ui/home/home_ui_model.dart +++ b/lib/ui/home/home_ui_model.dart @@ -86,7 +86,7 @@ class HomeUIModel extends _$HomeUIModel { return; } final scInstallPaths = await SCLoggerHelper.getGameInstallPath(listData, - withVersion: ["LIVE", "PTU", "EPTU"], checkExists: true); + withVersion: AppConf.gameChannels, checkExists: true); String scInstalledPath = "not_install";