Fix a bug with the bottom section
This commit is contained in:
parent
a56c0d141c
commit
6e26740a40
|
@ -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)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue