add comments

This commit is contained in:
yggverse 2024-04-10 06:23:43 +03:00
parent fccc40cf66
commit 7c283e7634

View file

@ -73,6 +73,7 @@ class Tab
0
);
// Init listeners
$this->navigation->address->entry->connect(
'activate',
function ($entry)
@ -106,6 +107,7 @@ class Tab
// @TODO home, back, forward buttons
}
// Actions
public function navigate(string $url)
{
global $config;