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";