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

@ -126,7 +126,7 @@ FocusScope {
audioSource: SlideObject.audio
chosenFont: SlideObject.font
text: SlideObject.text
pdfIndex: SlideObject.pdfIndex
pdfIndex: SlideObject.slideIndex
vidLoop: SlideObject.looping
preview: true
}