allow standby only in InfoBar, MoviePlayer, Menus, Setup and Radiomode
[enigma2.git] / lib / python / Screens / Setup.py
index 0d4764acfb214e0a8a2ad605181665ecf9643348..746c26d304af5bf78ad7f50d87ac1d889230c3d7 100644 (file)
@@ -54,6 +54,9 @@ class SetupSummary(Screen):
                self["SetupValue"].text = self.parent.getCurrentValue()
 
 class Setup(Screen):
+
+       ALLOW_SUSPEND = True
+
        def __init__(self, session, setup):
                Screen.__init__(self, session)