mac: Add support for force-[light|dark]-mode flags (see #3534)

This commit is contained in:
Marshall Greenblatt
2023-08-29 14:20:37 -04:00
parent 445da33efe
commit 2133d8f5b3
4 changed files with 108 additions and 56 deletions

View File

@@ -652,8 +652,9 @@ patches = [
},
{
# win: Add support for "force-light-mode" command-line option.
# mac: Add support for "force-light-mode" and "force-dark-mode".
# https://github.com/chromiumembedded/cef/issues/3534
# https://chromium-review.googlesource.com/c/chromium/src/+/4766248
'name': 'win_light_mode_3534'
'name': 'light_mode_3534'
}
]