Browse Source

apply tmp solution for non implemented php-gtk feature

PHP-GTK3
yggverse 4 months ago
parent
commit
5c917945b3
  1. 3
      src/Entity/Browser/Container/Tab.php

3
src/Entity/Browser/Container/Tab.php

@ -47,7 +47,8 @@ class Tab @@ -47,7 +47,8 @@ class Tab
$this->container->browser->header->setTitle(
$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

Loading…
Cancel
Save