Merge pull request #3554 from meowlab/docs-fix
docs: Fix deprecated usage tips
This commit is contained in:
commit
c2197d8a05
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ will be set as each window's top menu.
|
||||||
|
|
||||||
Sends the `action` to the first responder of application. This is used for
|
Sends the `action` to the first responder of application. This is used for
|
||||||
emulating default Cocoa menu behaviors, usually you would just use the
|
emulating default Cocoa menu behaviors, usually you would just use the
|
||||||
`selector` property of `MenuItem`.
|
`role` property of `MenuItem`.
|
||||||
|
|
||||||
### `Menu.buildFromTemplate(template)`
|
### `Menu.buildFromTemplate(template)`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue