mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update var names
This commit is contained in:
parent
dad227c9be
commit
d06538726b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue