mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
* fix: media shouldn't open permissions dialog Playing media shouldn't open Accessibility permissions dialog on macOS. However, we still need to watch for media events, just not globally and `media_keys_listener_` is an API over global capture of the media keys. The fix is to let chromium call `UpdateWhichKeysAreListenedFor` which will call `UpdateSystemMediaControlsEnabledControls` and watch for events on `system_media_controls_` without triggering permissions popup. * chore: update patches Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>