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

Ladybird: Add more items to the debug menu of the AppKit chrome

This commit is contained in:
implicitfield 2023-09-10 19:49:53 +04:00 committed by Tim Flynn
parent 63d09f6daf
commit bac4fc1b73
5 changed files with 217 additions and 4 deletions

View file

@ -51,6 +51,8 @@
- (void)setPreferredColorScheme:(Web::CSS::PreferredColorScheme)color_scheme;
- (void)debugRequest:(DeprecatedString const&)request argument:(DeprecatedString const&)argument;
- (void)viewSource;
@end