mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +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:
parent
c5a249a949
commit
26bb95425d
Notes:
sideshowbarker
2024-07-17 10:35:20 +09:00
Author: https://github.com/Dexesttp
Commit: 26bb95425d
Pull-request: https://github.com/SerenityOS/serenity/pull/13473
Issue: https://github.com/SerenityOS/serenity/issues/10968
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/kleinesfilmroellchen
Reviewed-by: https://github.com/krkk
Reviewed-by: https://github.com/linusg ✅
2 changed files with 10 additions and 2 deletions
|
@ -23,6 +23,8 @@ public:
|
|||
IFrame,
|
||||
};
|
||||
|
||||
static void set_default_favicon_path(String);
|
||||
|
||||
explicit FrameLoader(HTML::BrowsingContext&);
|
||||
~FrameLoader();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue