forked from openlp/openlp
- Fixed the issue where items sent to Preview from Service may cause tracebacks.
This commit is contained in:
parent
4874f6a218
commit
496c57cdfc
@ -1509,6 +1509,7 @@ 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)
|
||||||
|
|
||||||
def bootstrap_post_set_up(self):
|
def bootstrap_post_set_up(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user