fixing some test files
This commit is contained in:
parent
bdbcf5da56
commit
d4b40dbdc4
|
@ -76,7 +76,7 @@ struct App {
|
||||||
impl Default for App {
|
impl Default for App {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
let initial_slide = SlideBuilder::new()
|
let initial_slide = SlideBuilder::new()
|
||||||
.background(PathBuf::from("/home/chris/vids/test/camprules2024.mp4"))
|
.background(PathBuf::from("/home/chris/vids/test/chosensmol.mp4"))
|
||||||
.expect("oops video")
|
.expect("oops video")
|
||||||
.text("Hello")
|
.text("Hello")
|
||||||
.build()
|
.build()
|
||||||
|
|
Loading…
Reference in a new issue