use semantic method name

This commit is contained in:
yggverse 2025-07-29 20:00:58 +03:00
parent e7e216aaea
commit d5ffc672aa
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ impl Browser {
w.tab
.items()
.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))

View file

@ -254,7 +254,7 @@ impl Request {
Ok(())
}
pub fn refresh(&self) {
pub fn refresh_proxy_resolver(&self) {
refresh_proxy_resolver(&self.entry, &self.profile, &self.proxy_resolver)
}