fix pdfs not working with rust model right
This commit is contained in:
parent
4296a205a8
commit
89c270e6a0
4 changed files with 22 additions and 21 deletions
|
@ -39,7 +39,7 @@ Item {
|
|||
imageSource: model.videoBackground != "" ? model.videoThumbnail : model.imageBackground
|
||||
chosenFont: model.font
|
||||
text: model.text
|
||||
pdfIndex: model.slideId
|
||||
pdfIndex: model.slideIndex
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue