diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index be6116c9e..c985434c1 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -155,9 +155,9 @@ class MainDisplay(DisplayWidget): self.webView.setHtml(build_html(serviceItem, self.screen, self.parent.alertTab, self.isLive)) self.initialFrame = True - self.show() # To display or not to display? if not self.screen[u'primary']: + self.show() self.primary = False else: self.primary = True