为账户安全,游戏登入功能将只支持微软商店版

This commit is contained in:
2023-11-07 22:49:09 +08:00
parent 7257e34653
commit 8d79c1bce2
7 changed files with 78 additions and 43 deletions

View File

@ -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";