mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
📝 Menu.setApplicationMenu is not OS X only.
This commit is contained in:
@@ -151,9 +151,8 @@ Creates a new menu.
|
||||
|
||||
* `menu` Menu
|
||||
|
||||
Sets `menu` as the application menu.
|
||||
|
||||
**Note:** This method is OS X only.
|
||||
Sets `menu` as the application menu on OS X. On Windows and Linux, the `menu`
|
||||
will be set as each window's top menu.
|
||||
|
||||
### Class Method: Menu.sendActionToFirstResponder(action)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user