fix: 修复社区版任务栏的显示模式错误
AM中初始化的显示模式设置为空,当AM第一次启动的时候,读取到的显示模式配置如果为空,就判断当前系统是否为社区版,如果是社区版,就让其配置为时尚模式,否则,就配置为高效模式 Log: Influence: 安装社区版,观察任务栏启动是否为时尚模式 Bug: https://pms.uniontech.com/bug-view-175723.html Change-Id: I51e7678716ca8064a61c8ab3b703d03beb779291
This commit is contained in:
@ -133,7 +133,7 @@
|
||||
"visibility": "private"
|
||||
},
|
||||
"Display_Mode": {
|
||||
"value": "efficient",
|
||||
"value": "",
|
||||
"serial": 0,
|
||||
"flags": [],
|
||||
"name": "Display_Mode",
|
||||
|
Reference in New Issue
Block a user