File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Inserts the `menuItem` to the `pos` position of the menu.
107107
108108### Instance Events
109109
110- Objects created with ` new Menu ` emit the following events:
110+ Objects created with ` new Menu ` or returned by ` Menu.buildFromTemplate ` emit the following events:
111111
112112** Note:** Some events are only available on specific operating systems and are
113113labeled as such.
@@ -139,11 +139,6 @@ A `MenuItem[]` array containing the menu's items.
139139Each ` Menu ` consists of multiple [ ` MenuItem ` ] ( menu-item.md ) s and each ` MenuItem `
140140can have a submenu.
141141
142- ### Instance Events
143-
144- Objects created with ` new Menu ` or returned by ` Menu.buildFromTemplate ` emit
145- the following events:
146-
147142## Examples
148143
149144The ` Menu ` class is only available in the main process, but you can also use it
You can’t perform that action at this time.
0 commit comments