draft focus on browser window

This commit is contained in:
yggverse 2024-07-06 03:24:27 +03:00
parent 815d86b2be
commit 950304af3f

View File

@ -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()
);