mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use semantic method name
This commit is contained in:
parent
e7e216aaea
commit
d5ffc672aa
2 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ impl Browser {
|
||||||
w.tab
|
w.tab
|
||||||
.items()
|
.items()
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.for_each(|i| i.page.navigation.request.refresh())
|
.for_each(|i| i.page.navigation.request.refresh_proxy_resolver())
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.present(Some(&w.g_box))
|
.present(Some(&w.g_box))
|
||||||
|
|
|
||||||
|
|
@ -254,7 +254,7 @@ impl Request {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn refresh(&self) {
|
pub fn refresh_proxy_resolver(&self) {
|
||||||
refresh_proxy_resolver(&self.entry, &self.profile, &self.proxy_resolver)
|
refresh_proxy_resolver(&self.entry, &self.profile, &self.proxy_resolver)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue