mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
append new tab on menu item activate
This commit is contained in:
parent
b205b3a541
commit
6168ef4822
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue