mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 12:34:45 +08:00
fix: miss TECH-PREVIEW
This commit is contained in:
@ -2,7 +2,7 @@ class ConstConf {
|
||||
static const String appVersion = "2.10.10 Beta";
|
||||
static const int appVersionCode = 45;
|
||||
static const String appVersionDate = "2024-03-30";
|
||||
static const gameChannels = ["LIVE", "PTU", "EPTU"];
|
||||
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW"];
|
||||
static const isMSE =
|
||||
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||
}
|
||||
|
Reference in New Issue
Block a user