fixing presentation modes
This commit is contained in:
parent
c2a56cd24b
commit
c9938df714
3 changed files with 38 additions and 79 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue