From 024310cd5b41d4c3a4505f1f2f98cf3216d986bb Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Tue, 7 Nov 2023 22:53:24 +0800 Subject: [PATCH] fix --- lib/common/conf.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/conf.dart b/lib/common/conf.dart index 06c168d..112827f 100644 --- a/lib/common/conf.dart +++ b/lib/common/conf.dart @@ -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";