using the slides backgrounds

This commit is contained in:
Chris Cochrun 2024-11-02 13:37:33 -05:00
parent db9e8430d9
commit bdbcf5da56
3 changed files with 38 additions and 28 deletions

View file

@ -145,8 +145,8 @@ pub struct Slide {
}
impl Slide {
pub fn background(&self) -> &PathBuf {
&self.background.path
pub fn background(&self) -> &Background {
&self.background
}
pub fn text(&self) -> String {