fix pdfs not working with rust model right

This commit is contained in:
Chris Cochrun 2023-04-03 06:12:20 -05:00
parent 4296a205a8
commit 89c270e6a0
4 changed files with 22 additions and 21 deletions

View file

@ -39,7 +39,7 @@ Item {
imageSource: model.videoBackground != "" ? model.videoThumbnail : model.imageBackground
chosenFont: model.font
text: model.text
pdfIndex: model.slideId
pdfIndex: model.slideIndex
}
}