bug: fixed presentation not looping

This commit is contained in:
Chris Cochrun 2023-04-19 11:59:05 -05:00
parent bcfa587d85
commit 802f3ffbde
2 changed files with 2 additions and 2 deletions

View file

@ -119,12 +119,12 @@ FocusScope {
implicitWidth: root.width - 400 > 200 ? root.width - 400 : 200
implicitHeight: width / 16 * 9
anchors.centerIn: parent
textSize: SlideObject.fontSize
itemType: SlideObject.ty
imageSource: SlideObject.imageBackground
videoSource: SlideObject.videoBackground
audioSource: SlideObject.audio
chosenFont: SlideObject.font
textSize: SlideObject.fontSize
text: SlideObject.text
pdfIndex: SlideObject.slideIndex
vidLoop: SlideObject.looping