mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
implement update action for reload button
This commit is contained in:
parent
ae3cc7a7d5
commit
36c33e1ee6
3 changed files with 9 additions and 5 deletions
|
|
@ -66,7 +66,7 @@ impl Navigation {
|
|||
pub fn update(&self) {
|
||||
self.base.update();
|
||||
self.history.update();
|
||||
self.reload.update();
|
||||
self.reload.update(!self.request.is_empty());
|
||||
self.request.update();
|
||||
self.bookmark.update();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue