making htmlVisible work in PresWindow
This commit is contained in:
parent
61439d65b3
commit
d16550b980
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
imageSource: SlideObj.imageBackground
|
imageSource: SlideObj.imageBackground
|
||||||
webSource: SlideObj.html
|
webSource: SlideObj.html
|
||||||
|
htmlVisible: SlideObj.html.endsWith(".html")
|
||||||
videoSource: presentationWindow.visible ? SlideObj.videoBackground : ""
|
videoSource: presentationWindow.visible ? SlideObj.videoBackground : ""
|
||||||
audioSource: SlideObj.audio
|
audioSource: SlideObj.audio
|
||||||
text: SlideObj.text
|
text: SlideObj.text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue