diff --git a/src/Entity/Browser/History/Container/Content.php b/src/Entity/Browser/History/Container/Content.php index 39e52aa6..b729a492 100644 --- a/src/Entity/Browser/History/Container/Content.php +++ b/src/Entity/Browser/History/Container/Content.php @@ -90,6 +90,9 @@ class Content function( \GtkTreeView $treeview ) { + // Focus on browser + // $this->container->history->browser->gtk->present(); + $this->container->history->browser->container->tab->append( $this->getSelectedUrl() );