Browse Source

change address on homepage button click

PHP-GTK3
yggverse 6 months ago
parent
commit
7cbda678ea
  1. 4
      src/Box/Tab.php

4
src/Box/Tab.php

@ -113,6 +113,10 @@ class Tab @@ -113,6 +113,10 @@ class Tab
'released',
function ($entry)
{
$this->navigation->address->entry->set_text(
$this->config->homepage
);
$this->navigate(
$this->config->homepage
);

Loading…
Cancel
Save