diff --git a/src/Box/Tab.php b/src/Box/Tab.php index a3dd760a..590c90e8 100644 --- a/src/Box/Tab.php +++ b/src/Box/Tab.php @@ -92,6 +92,18 @@ class Tab ); } ); + + $this->navigation->reload->button->connect( + 'released', + function ($entry) + { + $this->navigate( + $this->navigation->address->entry->get_text() + ); + } + ); + + // @TODO home, back, forward buttons } public function navigate(string $url)