trying to get composed slides to look right
This commit is contained in:
parent
029188d632
commit
0607ccb78d
3 changed files with 137 additions and 54 deletions
|
@ -181,6 +181,10 @@ impl Slide {
|
|||
pub fn font(&self) -> String {
|
||||
self.font.clone()
|
||||
}
|
||||
|
||||
pub fn video_loop(&self) -> bool {
|
||||
self.video_loop
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue