From 80766fb62c307e633279efbf4dbf44385a595549 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 24 Jul 2024 18:44:41 +0300 Subject: [PATCH] refresh bookmark button on refresh navbar --- src/Entity/Browser/Container/Page/Navbar.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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