1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:07:45 +00:00

Ladybird: Add context menu items to the AppKit chrome to inspect nodes

This commit is contained in:
Timothy Flynn 2023-09-13 20:07:01 -04:00 committed by Andrew Kaster
parent bd1e35c726
commit ece9908070
4 changed files with 85 additions and 0 deletions

View file

@ -16,6 +16,7 @@
- (instancetype)init:(Tab*)tab;
- (void)inspect;
- (void)inspectHoveredElement;
- (void)reset;
@end