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) (old, step)
} }
Position::Bottom => { Position::Bottom => {
let old = self.middle.replace(step.clone()); let old = self.bottom.replace(step.clone());
(old, step) (old, step)
} }
}; };

View File

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