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