-
Notifications
You must be signed in to change notification settings - Fork 16.2k
fix: update traffic lights position for macOS 11 #30263
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
Conversation
Failing tests are unrelated, merging. |
Release Notes Persisted
|
I was unable to backport this PR to "13-x-y" cleanly; |
I have automatically backported this PR to "14-x-y", please check out #30269 |
I have automatically backported this PR to "15-x-y", please check out #30270 |
@deepak1556 has manually backported this PR to "13-x-y", please check out #30319 |
Description of Change
Close #30230.
Since macOS 11 the default position of traffic lights has changed, but #27489 did not take account of it. This PR updates the position of traffic lights for
titleBarStyle: 'hidden'
, so the behavior matches Electron <= 12.Release Notes
Notes: Fix frameless window having wrong traffic lights position on macOS 11.