forked from openlp/openlp
- Moved them to another init since something broke
This commit is contained in:
parent
437039efed
commit
08bcb2c5d4
@ -88,6 +88,8 @@ class DisplayController(QtWidgets.QWidget):
|
|||||||
self.is_live = False
|
self.is_live = False
|
||||||
self.display = None
|
self.display = None
|
||||||
self.controller_type = None
|
self.controller_type = None
|
||||||
|
Registry().set_flag('has doubleclick added item to service', True)
|
||||||
|
Registry().set_flag('replace service manager item', False)
|
||||||
|
|
||||||
def send_to_plugins(self, *args):
|
def send_to_plugins(self, *args):
|
||||||
"""
|
"""
|
||||||
@ -1508,8 +1510,6 @@ class PreviewController(RegistryMixin, OpenLPMixin, SlideController):
|
|||||||
self.split = 0
|
self.split = 0
|
||||||
self.type_prefix = 'preview'
|
self.type_prefix = 'preview'
|
||||||
self.category = 'Preview Toolbar'
|
self.category = 'Preview Toolbar'
|
||||||
Registry().set_flag('has doubleclick added item to service', True)
|
|
||||||
Registry().set_flag('replace service manager item', False)
|
|
||||||
|
|
||||||
def bootstrap_post_set_up(self):
|
def bootstrap_post_set_up(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user