using the slides backgrounds
This commit is contained in:
parent
db9e8430d9
commit
bdbcf5da56
3 changed files with 38 additions and 28 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue