mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
Ladybird: Show the web page title in the window titlebar :^)
This commit is contained in:
parent
8b7000e151
commit
f5d033b8ba
4 changed files with 13 additions and 1 deletions
|
@ -130,8 +130,9 @@ public:
|
|||
return m_preferred_color_scheme;
|
||||
}
|
||||
|
||||
virtual void page_did_change_title(String const&) override
|
||||
virtual void page_did_change_title(String const& title) override
|
||||
{
|
||||
emit m_view.title_changed(title.characters());
|
||||
}
|
||||
|
||||
virtual void page_did_set_document_in_top_level_browsing_context(Web::DOM::Document*) override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue