mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
Base+Browser: Add Browser icons
Add some missing icons to the brower.
This commit is contained in:
parent
0d8120eeb2
commit
10e473bf26
Notes:
sideshowbarker
2024-07-17 21:08:37 +09:00
Author: https://github.com/electrikmilk
Commit: 10e473bf26
Pull-request: https://github.com/SerenityOS/serenity/pull/11778
Reviewed-by: https://github.com/linusg
10 changed files with 6 additions and 5 deletions
|
@ -30,7 +30,7 @@ FrameLoader::FrameLoader(HTML::BrowsingContext& browsing_context)
|
|||
: m_browsing_context(browsing_context)
|
||||
{
|
||||
if (!s_default_favicon_bitmap) {
|
||||
s_default_favicon_bitmap = Gfx::Bitmap::try_load_from_file("/res/icons/16x16/filetype-html.png").release_value_but_fixme_should_propagate_errors();
|
||||
s_default_favicon_bitmap = Gfx::Bitmap::try_load_from_file("/res/icons/16x16/app-browser.png").release_value_but_fixme_should_propagate_errors();
|
||||
VERIFY(s_default_favicon_bitmap);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue