mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 19:53:43 +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…
Reference in New Issue
Block a user