fixing some small code smells

This commit is contained in:
Chris Cochrun 2022-09-19 16:45:58 -05:00
parent 8b9bcd5a89
commit c2c26bddaf
3 changed files with 6 additions and 6 deletions

View file

@ -34,7 +34,7 @@ Window {
id: presentationSlide
anchors.fill: parent
imageSource: SlideObject.imageBackground
videoSource: presentationWindow.visible ? SlideObject.videoBackground : null
videoSource: presentationWindow.visible ? SlideObject.videoBackground : ""
text: SlideObject.text
}