Browse Source

change address on homepage button click

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

4
src/Box/Tab.php

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

Loading…
Cancel
Save