mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
return legacy bookmark update feature
This commit is contained in:
parent
4b2a0a7660
commit
c6d24565fd
2 changed files with 4 additions and 2 deletions
|
|
@ -71,6 +71,8 @@ impl Navigation {
|
|||
let request = self.request.strip_prefix();
|
||||
|
||||
// update children components
|
||||
self.bookmark
|
||||
.update(self.profile.bookmark.get(&request).is_ok());
|
||||
self.reload.set_sensitive(!request.is_empty());
|
||||
self.request.update(
|
||||
self.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue