This simple fix should make blank to desktop, black and theme available during single screen mode

This commit is contained in:
suutari-olli 2016-01-22 19:06:35 +02:00
parent ddfed93fbe
commit 5f513a9a1f
1 changed files with 4 additions and 1 deletions

View File

@ -607,7 +607,10 @@ class SlideController(DisplayController, RegistryProperties):
widget.addActions([
self.previous_item, self.next_item,
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):
"""