mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
DevTools - Browser Console - restore sessions
https://github.com/MoonchildProductions/moebius/pull/112
This commit is contained in:
parent
173d356acd
commit
63ba51f58e
17 changed files with 135 additions and 46 deletions
|
|
@ -120,7 +120,7 @@ exports.menuitems = [
|
|||
{ id: "menu_browserConsole",
|
||||
l10nKey: "browserConsoleCmd",
|
||||
oncommand() {
|
||||
let HUDService = require("devtools/client/webconsole/hudservice");
|
||||
let {HUDService} = require("devtools/client/webconsole/hudservice");
|
||||
HUDService.openBrowserConsoleOrFocus();
|
||||
},
|
||||
key: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue