apply tmp solution for non implemented php-gtk feature

This commit is contained in:
yggverse 2024-07-07 08:46:46 +03:00
parent 111a8649b1
commit 5c917945b3

View file

@ -47,7 +47,8 @@ class Tab
$this->container->browser->header->setTitle( $this->container->browser->header->setTitle(
$label->get_text(), $label->get_text(),
$label->get_subtitle() // @TODO extension not supported by PHP-GTK3 #117 null /* @TODO extension not supported by PHP-GTK3 #117
$label->get_subtitle()*/
); );
// Keep current selection // Keep current selection