diff --git a/src/Entity/Browser/Container/Page/Navbar.php b/src/Entity/Browser/Container/Page/Navbar.php index 7be36d26..66b824fb 100644 --- a/src/Entity/Browser/Container/Page/Navbar.php +++ b/src/Entity/Browser/Container/Page/Navbar.php @@ -109,7 +109,8 @@ class Navbar public function refresh() { $this->base->refresh(); - $this->update->refresh(); + $this->bookmark->refresh(); $this->history->refresh(); + $this->update->refresh(); } } \ No newline at end of file