-
Notifications
You must be signed in to change notification settings - Fork 56
fix: 修复双触控屏双屏复制切换到仅X屏模式时实际效果依然为双屏复制模式的问题 #199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
display/displayconf.go
Outdated
// 去除非使能的 monitor | ||
var tmpCfg *SysMonitorConfig | ||
isRepeat := false | ||
mapCfg := make(map[string]*SysMonitorConfig) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看起来可以直接用 map[string]bool
双触控屏的UUID一样,无法区分,设置之后通过屏幕的name进行区分 Log: 修复双触控屏双屏复制切换到仅X屏模式时实际效果依然为双屏复制模式的问题 Bug: https://pms.uniontech.com/bug-view-179173.html Influence: 仅单屏显示 Change-Id: Ie55b45f10a774a397c9cbd42101b446ce6013a26
TAG Bot New tag: 6.0.12 |
TAG Bot New tag: 6.0.13 |
TAG Bot New tag: 6.0.14 |
TAG Bot New tag: 6.0.15 |
TAG Bot New tag: 6.0.16 |
TAG Bot New tag: 6.1.0 |
TAG Bot New tag: 6.1.1 |
TAG Bot New tag: 6.1.2 |
TAG Bot New tag: 6.1.3 |
TAG Bot New tag: 6.1.4 |
TAG Bot New tag: 6.1.5 |
TAG Bot New tag: 6.1.6 |
双触控屏的UUID一样,无法区分,设置之后通过屏幕的name进行区分
Log: 修复双触控屏双屏复制切换到仅X屏模式时实际效果依然为双屏复制模式的问题
Bug: https://pms.uniontech.com/bug-view-179173.html
Influence: 仅单屏显示