mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +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);
|
self.request.set_text(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn set_progress_fraction(&self, fraction: f64) {
|
pub fn set_progress_fraction(&self, value: f64) {
|
||||||
self.request.set_progress_fraction(fraction);
|
self.request.set_progress_fraction(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn to_download(&self) {
|
pub fn to_download(&self) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue