Skip to content

Commit

Permalink
rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jan 27, 2025
1 parent 51e3f54 commit b04bb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/browser/window/tab/item/page/navigation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ impl Navigation {
self.request.set_text(value);
}

pub fn set_progress_fraction(&self, fraction: f64) {
self.request.set_progress_fraction(fraction);
pub fn set_progress_fraction(&self, value: f64) {
self.request.set_progress_fraction(value);
}

pub fn to_download(&self) {
Expand Down

0 comments on commit b04bb0a

Please sign in to comment.