fixing presentation modes

This commit is contained in:
Chris Cochrun 2024-09-14 06:52:25 -05:00
parent c2a56cd24b
commit c9938df714
3 changed files with 38 additions and 79 deletions

View file

@ -119,7 +119,7 @@ FocusScope {
implicitHeight: width / 16 * 9
anchors.centerIn: parent
itemType: SlideObject.ty
imageSource: SlideObject.html ? "" : SlideObject.imageBackground
imageSource: SlideObject.html ? "" : SlideObject.videoBackground ? "" : SlideObject.imageBackground
webSource: SlideObject.html ? SlideObject.imageBackground : ""
htmlVisible: SlideObject.html
videoSource: SlideObject.videoBackground