mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-11 02:44:15 +00:00
update var names
This commit is contained in:
parent
dad227c9be
commit
d06538726b
@ -38,7 +38,7 @@ impl Control {
|
|||||||
// Update children components
|
// Update children components
|
||||||
self.counter.update(chars_left);
|
self.counter.update(chars_left);
|
||||||
self.send.update(match chars_left {
|
self.send.update(match chars_left {
|
||||||
Some(value) => value > 0,
|
Some(left) => left > 0,
|
||||||
None => false,
|
None => false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user