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

@ -12,7 +12,7 @@ class Open extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Navb
\GtkButton $entity
): void
{
$this->navbar->container->history->browser->container->tab->append(
$this->navbar->container->history->browser->container->tab->appendPage(
$this->navbar->container->content->table->getSelectedUrl()
);
}