Browse Source

use gemtext title as tab tooltip

PHP-GTK3
yggverse 2 months ago
parent
commit
c9ec86ffce
  1. 5
      src/Entity/Browser/Container/Page/Content.php

5
src/Entity/Browser/Container/Page/Content.php

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

Loading…
Cancel
Save