-
Notifications
You must be signed in to change notification settings - Fork 16.9k
feat: enable resetting accent color #48274
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
344fbcf to
70d558f
Compare
70d558f to
6e6509a
Compare
|
The macos-arm64 test (darwin, 2) CI failure is unrelated to this PR; it's present in |
908ee22 to
6fd43ca
Compare
6fd43ca to
5e69d8b
Compare
itsananderson
left a comment
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.
Couple comments to try to make the examples super specific, but otherwise API LGTM
9f79c73 to
ec76729
Compare
|
Release Notes Persisted
|
|
I was unable to backport this PR to "37-x-y" cleanly; |
|
I was unable to backport this PR to "39-x-y" cleanly; |
|
I was unable to backport this PR to "38-x-y" cleanly; |
|
@codebytere can this be backported at least to Electron 39? |
|
@codebytere has manually backported this PR to "39-x-y", please check out #48852 |
|
@codebytere has manually backported this PR to "38-x-y", please check out #48853 |
Description of Change
Closes #48232.
Enables resetting accent color to follow system accent settings if a previous color has been set.
Checklist
npm testpassesRelease Notes
Notes: Enables resetting accent color to follow system accent settings if a previous color has been set via
window.setAccentColor(null).