fix: High Contrast mode not working on Windows (#42859)
Closes https://github.com/electron/electron/issues/42609 Refs https://chromium-review.googlesource.com/c/chromium/src/+/5324688 Refs https://chromium-review.googlesource.com/c/chromium/src/+/5368321 Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
dc065dfa5a
commit
217e740791
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ void ElectronBrowserClient::OverrideWebkitPrefs(
|
|||
renderer_prefs->can_accept_load_drops = false;
|
||||
|
||||
ui::NativeTheme* native_theme = ui::NativeTheme::GetInstanceForNativeUi();
|
||||
prefs->in_forced_colors = native_theme->InForcedColorsMode();
|
||||
prefs->preferred_color_scheme =
|
||||
native_theme->ShouldUseDarkColors()
|
||||
? blink::mojom::PreferredColorScheme::kDark
|
||||
|
|
Loading…
Reference in a new issue