activate blue button in info bar for extensions
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index 7e9aaadfa6a9d218974149a999eb4d89bdb562ed..4c08583e346ebf53c491c55aad84d76ac90e6983 100644 (file)
@@ -1183,9 +1183,9 @@ class InfoBarAdditionalInfo:
                self.onLayoutFinish.append(self["ButtonYellowText"].update)
 
                self["ButtonBlue"] = PixmapConditional(withTimer = False)
-               self["ButtonBlue"].setConnect(lambda: False)
+               self["ButtonBlue"].setConnect(lambda: True)
                self["ButtonBlueText"] = LabelConditional(text = _("Extensions"), withTimer = False)
-               self["ButtonBlueText"].setConnect(lambda: False)
+               self["ButtonBlueText"].setConnect(lambda: True)
                self.onLayoutFinish.append(self["ButtonBlue"].update)
                self.onLayoutFinish.append(self["ButtonBlueText"].update)