mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-11 17:50:23 +00:00
为账户安全,游戏登入功能将只支持微软商店版
This commit is contained in:
@@ -44,7 +44,7 @@ class AppConf {
|
||||
static late final WindowsDeviceInfo windowsDeviceInfo;
|
||||
|
||||
static const isMSE =
|
||||
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||
String.fromEnvironment("MSE", defaultValue: "true") == "true";
|
||||
|
||||
static final launchHelperPath =
|
||||
"${AppConf.applicationSupportDir}\\launch_helper.vbs";
|
||||
|
||||
Reference in New Issue
Block a user