mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
UI/AppKit: Remove the built-in Inspector widget
This commit is contained in:
parent
bb87de58a0
commit
03735cf11d
Notes:
github-actions[bot]
2025-03-15 18:11:08 +00:00
Author: https://github.com/trflynn89
Commit: 03735cf11d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3956
10 changed files with 0 additions and 558 deletions
|
@ -608,9 +608,6 @@
|
|||
[submenu addItem:[[NSMenuItem alloc] initWithTitle:@"View Source"
|
||||
action:@selector(viewSource:)
|
||||
keyEquivalent:@""]];
|
||||
[submenu addItem:[[NSMenuItem alloc] initWithTitle:@"Open Inspector"
|
||||
action:@selector(openInspector:)
|
||||
keyEquivalent:@"I"]];
|
||||
[submenu addItem:[[NSMenuItem alloc] initWithTitle:@"Open Task Manager"
|
||||
action:@selector(openTaskManager:)
|
||||
keyEquivalent:@"M"]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue