mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
rename variable
This commit is contained in:
parent
51e3f54661
commit
b04bb0ab54
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue