This commit is contained in:
xkeyC 2024-12-20 19:38:12 +08:00
parent cfa6f18a58
commit 7be9bdf7c3

View File

@ -86,7 +86,7 @@ class HomeUIModel extends _$HomeUIModel {
return; return;
} }
final scInstallPaths = await SCLoggerHelper.getGameInstallPath(listData, final scInstallPaths = await SCLoggerHelper.getGameInstallPath(listData,
withVersion: ["LIVE", "PTU", "EPTU"], checkExists: true); withVersion: AppConf.gameChannels, checkExists: true);
String scInstalledPath = "not_install"; String scInstalledPath = "not_install";