diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index e289e430d..87f6f20fe 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -655,7 +655,8 @@ class SlideController(QtGui.QWidget): """ Allow the main display to blank the main display at startup time """ - self.blankButton.setChecked(True) + if not self.mainDisplay.primary: + self.blankButton.setChecked(True) def onSlideBlank(self): """