rename methods, use namespace

This commit is contained in:
yggverse 2024-07-19 20:25:37 +03:00
parent 9cc75a8fcf
commit b8b59e6f56
9 changed files with 20 additions and 20 deletions

View file

@ -77,7 +77,7 @@ class Table
// Focus on browser
// $this->content->container->history->browser->gtk->present();
$this->content->container->history->browser->container->tab->appendPage(
$this->content->container->history->browser->container->tab->append(
$this->getSelectedUrl()
);
}