diff --git a/src/Entity/Browser/Container/Page.php b/src/Entity/Browser/Container/Page.php index a73d9eac..1cdcd67d 100644 --- a/src/Entity/Browser/Container/Page.php +++ b/src/Entity/Browser/Container/Page.php @@ -48,6 +48,10 @@ class Page $this->navbar->gtk ); + $this->gtk->set_focus_child( + $this->navbar->go->gtk // replace autofocus priority + ); + // Init content $this->content = new Page\Content( $this