mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename append to appendPage
This commit is contained in:
parent
dd21e45144
commit
11b13ba011
5 changed files with 8 additions and 8 deletions
|
|
@ -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()
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue