mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 06:44:45 +08:00
bugfix
This commit is contained in:
@ -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";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user