mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
Browser: Show website favicons in the location bar :^)
This commit is contained in:
parent
b8a50e9d89
commit
167da1fa84
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ Tab::Tab()
|
|||
|
||||
m_page_view->on_favicon_change = [this](auto& icon) {
|
||||
m_icon = icon;
|
||||
m_location_box->set_icon(&icon);
|
||||
if (on_favicon_change)
|
||||
on_favicon_change(icon);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue