mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Added support of the appmenu for DevTools menuitems (optional)
Issue #96
This commit is contained in:
parent
93944a63e9
commit
e5c504fca6
2 changed files with 64 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue