mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove extra methods
This commit is contained in:
parent
e025961568
commit
ef067fbb70
3 changed files with 1 additions and 9 deletions
|
|
@ -88,7 +88,7 @@ impl Navigation {
|
|||
pub fn update(&self, progress_fraction: Option<f64>) {
|
||||
self.home.update(self.request.uri());
|
||||
self.history.update();
|
||||
self.reload.update(!self.request.is_empty());
|
||||
self.reload.update(!self.request.text().is_empty());
|
||||
self.request.update(progress_fraction);
|
||||
self.bookmark.update();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue