mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix home button status detection
This commit is contained in:
parent
dd6e0a3df6
commit
44c669389a
2 changed files with 3 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ impl Navigation {
|
|||
self.bookmark
|
||||
.update(self.profile.bookmark.get(&request_text).is_ok());
|
||||
self.history.update();
|
||||
self.home.update(&self.request.strip_prefix());
|
||||
self.home.update(&request_text);
|
||||
self.reload.update(!request_text.is_empty());
|
||||
self.request.update(
|
||||
progress_fraction,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue