Stop screen blanking on 1 display as startup

This commit is contained in:
Tim Bentley 2010-06-22 18:12:47 +01:00
parent 2907aa0736
commit dc1479e830
1 changed files with 2 additions and 1 deletions

View File

@ -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):
"""