Added support of the appmenu for DevTools menuitems (optional)

Issue #96
This commit is contained in:
janekptacijarabaci 2018-04-08 00:15:48 +02:00 committed by Roy Tam
commit e5c504fca6
2 changed files with 64 additions and 6 deletions

View file

@ -183,9 +183,9 @@ exports.menuitems = [
}
},
{ separator: true,
id: "devToolsEndSeparator"
id: "menu_devToolsEndSeparator"
},
{ id: "getMoreDevtools",
{ id: "menu_getMoreDevtools",
l10nKey: "getMoreDevtoolsCmd",
oncommand(event) {
let window = event.target.ownerDocument.defaultView;