forked from openlp/openlp
Fix method
This commit is contained in:
parent
732ce9555e
commit
f38d97686e
@ -653,7 +653,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
||||
settings = QtCore.QSettings()
|
||||
settings.beginGroup(self.generalSettingsSection)
|
||||
if settings.value(u'screen blank', QtCore.QVariant(False)).toBool():
|
||||
self.LiveController.maindDisplaySetBackground()
|
||||
self.LiveController.mainDisplaySetBackground()
|
||||
if settings.value(u'blank warning', QtCore.QVariant(False)).toBool():
|
||||
QtGui.QMessageBox.question(self,
|
||||
translate(u'MainWindow', u'OpenLP Main Display Blanked'),
|
||||
|
@ -652,7 +652,7 @@ class SlideController(QtGui.QWidget):
|
||||
self.PreviewListWidget.selectRow(index)
|
||||
self.onSlideSelected()
|
||||
|
||||
def maindDisplaySetBackground(self):
|
||||
def mainDisplaySetBackground(self):
|
||||
"""
|
||||
Allow the main display to blank the main display at startup time
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user