Fix a bug with the bottom section
This commit is contained in:
parent
a56c0d141c
commit
6e26740a40
|
@ -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)
|
||||
}
|
||||
};
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
nanos: 0
|
||||
|
||||
- text: Science is our Magic.
|
||||
position: middle
|
||||
position: bottom
|
||||
transition:
|
||||
secs: 1
|
||||
nanos: 0
|
||||
|
|
Loading…
Reference in New Issue