X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3c91232d1ade05d5b7bd393ec41c1673c80b8f45..cffee89d7b3567ee92901f6963108c33ea3ac469:/lib/python/Screens/Setup.py diff --git a/lib/python/Screens/Setup.py b/lib/python/Screens/Setup.py index 0d4764ac..746c26d3 100644 --- a/lib/python/Screens/Setup.py +++ b/lib/python/Screens/Setup.py @@ -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)