rename append to appendPage

This commit is contained in:
yggverse 2024-07-12 17:38:00 +03:00
parent dd21e45144
commit 11b13ba011
5 changed files with 8 additions and 8 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->append(
$this->content->container->history->browser->container->tab->appendPage(
$this->getSelectedUrl()
);
}