trying to get composed slides to look right

This commit is contained in:
Chris Cochrun 2024-11-15 15:38:12 -06:00
parent 029188d632
commit 0607ccb78d
3 changed files with 137 additions and 54 deletions

View file

@ -181,6 +181,10 @@ impl Slide {
pub fn font(&self) -> String {
self.font.clone()
}
pub fn video_loop(&self) -> bool {
self.video_loop
}
}
#[derive(