use gemtext title as tab tooltip

This commit is contained in:
yggverse 2024-07-20 01:01:38 +03:00
parent 69e4a57146
commit c9ec86ffce

View file

@ -89,6 +89,11 @@ class Content
$title
);
// Update tooltip
$this->page->title->setTooltip(
$title
);
// Refresh header by new title if current page is active
if ($this->page === $this->page->container->tab->get())
{