mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
apply tmp solution for non implemented php-gtk feature
This commit is contained in:
parent
111a8649b1
commit
5c917945b3
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue