forked from openlp/openlp
Removed duplicate check for this setting from def setup,
realized it is overridden by later check anyways.
This commit is contained in:
parent
16077a855f
commit
005cf54116
@ -251,10 +251,7 @@ class MainDisplay(OpenLPMixin, Display, RegistryProperties):
|
|||||||
self.screen = self.screens.current
|
self.screen = self.screens.current
|
||||||
self.setVisible(False)
|
self.setVisible(False)
|
||||||
Display.setup(self)
|
Display.setup(self)
|
||||||
# If "Show no Logo or Image on startup" is enabled, keep display hidden instead.
|
|
||||||
if self.is_live:
|
if self.is_live:
|
||||||
if Settings().value('advanced/default show nothing'):
|
|
||||||
self.setVisible(False)
|
|
||||||
# Build the initial frame.
|
# Build the initial frame.
|
||||||
background_color = QtGui.QColor()
|
background_color = QtGui.QColor()
|
||||||
background_color.setNamedColor(Settings().value('advanced/default color'))
|
background_color.setNamedColor(Settings().value('advanced/default color'))
|
||||||
|
Loading…
Reference in New Issue
Block a user