File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,11 @@ no matter what label you set. To change it you have to change your app's name
296
296
by modifying your app bundle's ` Info.plist ` file. See [ About Information
297
297
Property List Files] [ AboutInformationPropertyListFiles ] for more information.
298
298
299
+ ## Setting Menu for Specific Browser Window (* Linux* * Windows* )
300
+
301
+ The [ ` setMenu ` method] [ setMenu ] of browser windows can set the menu of certain
302
+ browser window.
303
+
299
304
## Menu Item Position
300
305
301
306
You can make use of ` position ` and ` id ` to control how the item will be placed
@@ -371,3 +376,5 @@ Menu:
371
376
```
372
377
373
378
[ AboutInformationPropertyListFiles ] : https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html
379
+ [ setMenu] :
380
+ https://github.com/atom/electron/blob/master/docs/api/browser-window.md#winsetmenumenu-linux-windows
You can’t perform that action at this time.
0 commit comments