implement close tab action on menu activate

This commit is contained in:
yggverse 2024-07-07 03:38:31 +03:00
parent 18e0df585a
commit 955cb68e4b

View File

@ -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
}
);
}