fixing video no longer playing in Presentation.qml

This commit is contained in:
Chris Cochrun 2023-02-14 14:08:28 -06:00
parent b48e96a282
commit a26144496c

View file

@ -92,10 +92,8 @@ FocusScope {
}
Component {
id: presenterView
Item {
id: presenterView
anchors.fill: parent
Item {
id: slideArea
@ -228,7 +226,6 @@ FocusScope {
}}
}
}
}
Component {
id: gridView
@ -285,16 +282,13 @@ FocusScope {
stopVideo();
else
loadVideo();
playVideo();
}
function onIsPlayingChanged() {
if(SlideObject.isPlaying)
previewSlide.playVideo();
pauseVideo();
}
/* function onAudioChanged() { */
/* showPassiveNotification("Audio should change"); */
/* previewSlide.playAudio(); */
/* } */
}
Timer {