mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
implement close tab action on menu activate
This commit is contained in:
parent
18e0df585a
commit
955cb68e4b
@ -30,7 +30,11 @@ class Close
|
||||
'activate',
|
||||
function()
|
||||
{
|
||||
// @TODO
|
||||
$this->tab->menu->browser->container->tab->gtk->remove_page(
|
||||
$this->tab->menu->browser->container->tab->gtk->get_current_page()
|
||||
);
|
||||
|
||||
// @TODO unset page entity
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user