From d16550b9802960f496ed78913cebc80782fd238c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 6 Aug 2023 13:10:00 -0500 Subject: [PATCH] making htmlVisible work in PresWindow --- src/qml/presenter/PresentationWindow.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/presenter/PresentationWindow.qml b/src/qml/presenter/PresentationWindow.qml index 2b2c386..36e5f6f 100644 --- a/src/qml/presenter/PresentationWindow.qml +++ b/src/qml/presenter/PresentationWindow.qml @@ -51,6 +51,7 @@ Item { anchors.fill: parent imageSource: SlideObj.imageBackground webSource: SlideObj.html + htmlVisible: SlideObj.html.endsWith(".html") videoSource: presentationWindow.visible ? SlideObj.videoBackground : "" audioSource: SlideObj.audio text: SlideObj.text