Browse Source

Merge pull request #8996 from swashcap/master

Add documentation note on dynamic Menu items
Kevin Sawicki 8 years ago
parent
commit
e9880e9c97
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/api/menu.md

+ 4 - 0
docs/api/menu.md

@@ -28,6 +28,10 @@ effect on macOS.
 
 Returns `Menu` - The application menu, if set, or `null`, if not set.
 
+**Note:** The returned `Menu` instance doesn't support dynamic addition or
+removal of menu items. [Instance properties](#instance-properties) can still
+be dynamically modified.
+
 #### `Menu.sendActionToFirstResponder(action)` _macOS_
 
 * `action` String