Fix a bug with the bottom section

This commit is contained in:
Savanni D'Gerinel 2024-10-09 22:32:15 -04:00
parent a56c0d141c
commit 6e26740a40
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ impl CyberScreenState {
(old, step)
}
Position::Bottom => {
let old = self.middle.replace(step.clone());
let old = self.bottom.replace(step.clone());
(old, step)
}
};

View File

@ -11,7 +11,7 @@
nanos: 0
- text: Science is our Magic.
position: middle
position: bottom
transition:
secs: 1
nanos: 0