replace default autofocus priority

This commit is contained in:
yggverse 2024-07-22 00:24:47 +03:00
parent 33c655534e
commit 56a1025e51

View file

@ -48,6 +48,10 @@ class Page
$this->navbar->gtk $this->navbar->gtk
); );
$this->gtk->set_focus_child(
$this->navbar->go->gtk // replace autofocus priority
);
// Init content // Init content
$this->content = new Page\Content( $this->content = new Page\Content(
$this $this