fix: High Contrast mode not working on Windows (#42858)
Closes https://github.com/electron/electron/issues/42609 Refs5324688
Refs5368321
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
474c4b43db
commit
6631dd16ec
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…
Add table
Add a link
Reference in a new issue