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