X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/66795123ebff2381a76b60a3bc81ee55c51ff6fd..352ad443cb10c2999d2f53a32080d3cea127c9d7:/lib/python/Screens/NetworkSetup.py diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index 3f5520b1..8b552654 100644 --- a/lib/python/Screens/NetworkSetup.py +++ b/lib/python/Screens/NetworkSetup.py @@ -4,6 +4,7 @@ from Components.ConfigList import ConfigList from Components.config import config from Components.config import getConfigListEntry from Components.Network import iNetwork +from Components.Label import Label class NetworkSetup(Screen): def __init__(self, session): @@ -31,6 +32,8 @@ class NetworkSetup(Screen): self["config"] = ConfigList(self.list) self.createSetup() + self["introduction"] = Label("Press OK to activate the settings.") + def createSetup(self): self.list = []