修复enableScreenShot、enablePreNewProcess配置项默认值错误问题

master
zhongweiguang 2023-03-24 21:55:35 +08:00
parent 368b7d843a
commit ca4d45dce6
1 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ class Config {
/// Android
///
bool enableScreenShot = false;
bool enableScreenShot = true;
/// Android
/// GLOBAL
@ -200,7 +200,7 @@ class Config {
/// Android
///
bool enablePreNewProcess = false;
bool enablePreNewProcess = true;
Config(this.finStoreConfigs);