From 56a1025e5161abe02031e6e92c3bc97fb2b34d1a Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 22 Jul 2024 00:24:47 +0300 Subject: [PATCH] replace default autofocus priority --- src/Entity/Browser/Container/Page.php | 4 ++++ 1 file changed, 4 insertions(+) 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