Browse Source

refresh bookmark button on refresh navbar

PHP-GTK3
yggverse 4 months ago
parent
commit
80766fb62c
  1. 3
      src/Entity/Browser/Container/Page/Navbar.php

3
src/Entity/Browser/Container/Page/Navbar.php

@ -109,7 +109,8 @@ class Navbar
public function refresh() public function refresh()
{ {
$this->base->refresh(); $this->base->refresh();
$this->update->refresh(); $this->bookmark->refresh();
$this->history->refresh(); $this->history->refresh();
$this->update->refresh();
} }
} }
Loading…
Cancel
Save