forked from openlp/openlp
This simple fix should make blank to desktop, black and theme available during single screen mode
This commit is contained in:
parent
ddfed93fbe
commit
5f513a9a1f
@ -607,7 +607,10 @@ class SlideController(DisplayController, RegistryProperties):
|
|||||||
widget.addActions([
|
widget.addActions([
|
||||||
self.previous_item, self.next_item,
|
self.previous_item, self.next_item,
|
||||||
self.previous_service, self.next_service,
|
self.previous_service, self.next_service,
|
||||||
self.escape_item])
|
self.escape_item,
|
||||||
|
self.desktop_screen,
|
||||||
|
self.theme_screen,
|
||||||
|
self.blank_screen])
|
||||||
|
|
||||||
def preview_size_changed(self):
|
def preview_size_changed(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user