mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-05-11 19:41:26 +08:00
bugfix
This commit is contained in:
parent
cfa6f18a58
commit
7be9bdf7c3
@ -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";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user