forked from openlp/openlp
Fix media previews ti work and not display the extra screens
This commit is contained in:
parent
9eb88a4300
commit
b6332e7ff5
@ -275,7 +275,7 @@ class MainDisplay(DisplayWidget):
|
||||
self.display.hide()
|
||||
self.video.setFullScreen(True)
|
||||
self.mediaObject.play()
|
||||
if self.primary and not live:
|
||||
if self.primary and live:
|
||||
self.setVisible(True)
|
||||
|
||||
def onMediaPaws(self):
|
||||
|
Loading…
Reference in New Issue
Block a user