mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use gemtext title as tab tooltip
This commit is contained in:
parent
69e4a57146
commit
c9ec86ffce
1 changed files with 5 additions and 0 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue