-
Notifications
You must be signed in to change notification settings - Fork 72
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
When I switch desktops, the transparency setting will become invalid #397
Comments
This is an interesting and unexpected bug. I was able to reproduce it very easily and will work on a fix, likely today or the day after. |
When the issue occurs, the logic to apply a saved window configuration is mistakenly triggered. In the reported case, the customer had saved a configuration with only opacity enabled at a specific level. This same issue can arise with other features enabled via saved configurations, such as "always on top." For example, a window might regain the "always-on-top" status after the user returns to the virtual desktop where the window is located because this feature was enabled in the saved configuration. Steps to Reproduce:
The fixThe code should differentiate between:
For cases where the window is only being loaded again (not newly created), the |
Fixed in 5.25.2 Download
Currently marked as a pre-release until proven stable. |
Released in 5.25.2 |
Discussed in #396
Originally posted by summerxiaohao November 22, 2024
When I set up and use two desktops in the Windows system, I set the transparency and top setting for a program on Desktop 1. If I switch to Desktop 2 and then back to Desktop 1, after repeating this several times, the transparency I set for the program on Desktop 1 will become invalid and return to its default value.
My version: v5.25.1
The text was updated successfully, but these errors were encountered: