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
);
// Int events
// Init events
$this->gtk->connect(
'activate',
function()
{
// @TODO
$this->tab->menu->browser->container->tab->append();
}
);
}