-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[PT Run] WindowWalker: Temporary remove IsCloaked check #15943
Conversation
I'd comment in the old issue once the hotfix goes out that this caused a regression and then point to the bug issue and treat that as proper implementation. |
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.
LGTM!
@crutkas |
I didn’t see it in stable |
Clearly trying to do a change log with GitHub having issues sucks. |
Updated change notes |
Summary of the Pull Request
What is this about:
With #15441 I have implemented a check for the DWM property
IsCloaked
to hide invisible uwp app windows (#13637). After the change, all windows assigned to a virtual desktop that is not the current visible one aren't listed in the results anymore.What is included in the PR:
This PR removes the check for
IsCloaked
property temporary until I have implement an improved version of the check.How does someone test / validate:
Tested the behavior.
Quality Checklist
Contributor License Agreement (CLA)
A CLA must be signed. If not, go over here and sign the CLA.