mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement title detection by content type provider
This commit is contained in:
parent
5e88040bf0
commit
f31dc84fe6
9 changed files with 83 additions and 9 deletions
|
|
@ -316,6 +316,12 @@ void Page::navigation_reload(
|
|||
buffer
|
||||
);
|
||||
|
||||
// Update title on detected by document provider
|
||||
if (!pageContent->get_title().empty())
|
||||
{
|
||||
title = pageContent->get_title();
|
||||
}
|
||||
|
||||
action__update->activate();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue