fix: miss TECH-PREVIEW

This commit is contained in:
2024-03-31 13:30:56 +08:00
parent bb48504016
commit ef715d569f
2 changed files with 2 additions and 6 deletions

View File

@ -259,12 +259,8 @@ class HomeGameLoginUIModel extends _$HomeGameLoginUIModel {
String getChannelID(String installPath) {
if (installPath.endsWith("\\LIVE")) {
return "LIVE";
} else if (installPath.endsWith("\\PTU")) {
return "PTU";
} else if (installPath.endsWith("\\EPTU")) {
return "EPTU";
}
return "LIVE";
return "PTU";
}
_savePwd(String inputEmail, String inputPassword) async {