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.
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).