add homepage button event

This commit is contained in:
yggverse 2024-04-10 06:35:24 +03:00
parent 878b194e70
commit c016227e9c

View file

@ -109,7 +109,17 @@ class Tab
}
);
// @TODO home, back, forward buttons
$this->navigation->home->button->connect(
'released',
function ($entry)
{
$this->navigate(
$this->config->homepage
);
}
);
// @TODO back, forward buttons
}
// Actions