mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
fix: address upstream Chromium shift to enable CoreAudio Tap API for audio capture used in electron's desktopCapturer (🍏 macOS). (#49740)
* fix: Enable CoreAudio Tap API for Audio Capture (🍏 macOS) Co-authored-by: Bug-Reaper <llama@soundsafari.io> * fix: addressed markdown issue which caused pre-commit hook failure 🧑🔧 : Ref : https://github.com/electron/electron/pull/49717#issuecomment-3874660013 Co-authored-by: Bug-Reaper <llama@soundsafari.io> * fix: updated docs to cover `desktopCapturer` nuances with macOS 📝 : PR https://github.com/electron/electron/pull/49717 Co-authored-by: Bug-Reaper <llama@soundsafari.io> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Bug-Reaper <llama@soundsafari.io>
This commit is contained in:
@@ -200,7 +200,7 @@ macOS has a number of platform-specific menu roles available. Many of these map
|
||||
|
||||
* `recentDocuments` - The submenu is an "Open Recent" menu.
|
||||
* `clearRecentDocuments` - Map to the [`clearRecentDocuments`](https://developer.apple.com/documentation/appkit/nsdocumentcontroller/clearrecentdocuments(_:)) action.
|
||||
* `shareMenu` - The submenu is [share menu][ShareMenu]. The `sharingItem` property must also be set to indicate the item to share.
|
||||
* `shareMenu` - The submenu is [share menu](../api/share-menu.md). The `sharingItem` property must also be set to indicate the item to share.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> When specifying a `role` on macOS, `label` and `accelerator` are the only
|
||||
|
||||
Reference in New Issue
Block a user