mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
Ladybird/AppKit: Remove the standalone JavaScript console
This commit is contained in:
parent
c4daaa9902
commit
dc04385465
9 changed files with 0 additions and 306 deletions
|
@ -415,9 +415,6 @@
|
|||
[submenu addItem:[[NSMenuItem alloc] initWithTitle:@"View Source"
|
||||
action:@selector(viewSource:)
|
||||
keyEquivalent:@""]];
|
||||
[submenu addItem:[[NSMenuItem alloc] initWithTitle:@"Open Console"
|
||||
action:@selector(openConsole:)
|
||||
keyEquivalent:@"J"]];
|
||||
[submenu addItem:[[NSMenuItem alloc] initWithTitle:@"Open Inspector"
|
||||
action:@selector(openInspector:)
|
||||
keyEquivalent:@"I"]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue