append new tab on menu item activate

This commit is contained in:
yggverse 2024-07-06 06:51:29 +03:00
parent b205b3a541
commit 6168ef4822

View file

@ -25,12 +25,12 @@ class Add
$this->_label $this->_label
); );
// Int events // Init events
$this->gtk->connect( $this->gtk->connect(
'activate', 'activate',
function() function()
{ {
// @TODO $this->tab->menu->browser->container->tab->append();
} }
); );
} }