This commit is contained in:
xkeyC 2023-11-07 22:53:24 +08:00
parent 8d79c1bce2
commit 024310cd5b

View File

@ -44,7 +44,7 @@ class AppConf {
static late final WindowsDeviceInfo windowsDeviceInfo;
static const isMSE =
String.fromEnvironment("MSE", defaultValue: "true") == "true";
String.fromEnvironment("MSE", defaultValue: "false") == "true";
static final launchHelperPath =
"${AppConf.applicationSupportDir}\\launch_helper.vbs";