1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:47:36 +00:00

LibWeb: Allow configuring the default favicon path

This is useful when using LibWeb in environments that aren't Serenity
This commit is contained in:
DexesTTP 2022-04-03 16:36:28 +02:00 committed by Linus Groh
parent c5a249a949
commit 26bb95425d
2 changed files with 10 additions and 2 deletions

View file

@ -23,6 +23,8 @@ public:
IFrame,
};
static void set_default_favicon_path(String);
explicit FrameLoader(HTML::BrowsingContext&);
~FrameLoader();