Skip to content

Commit

Permalink
Blue panel: subsitute oscam Info to Openvpn link
Browse files Browse the repository at this point in the history
  • Loading branch information
meo committed Dec 4, 2021
1 parent 37e3117 commit 927d127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/python/Screens/BpBlue.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, session):
self["Ilab3"] = Label()
self["Ilab4"] = Label()
self["key_red"] = Label(_("Epg Panel"))
self["key_green"] = Label(_("OpenVpn"))
self["key_green"] = Label(_("Oscam Info"))
self["key_yellow"] = Label(_("System Info"))
self["key_blue"] = Label(_("Extra Settings"))
self["activecam"] = Label()
Expand Down Expand Up @@ -250,8 +250,8 @@ def keyBlue(self):
self.session.open(DeliteSettings)

def keyGreen(self):
from Screens.BpSet import DeliteOpenvpn
self.session.open(DeliteOpenvpn)
from Screens.OScamInfo import OscamInfoMenu
self.session.open(OscamInfoMenu)

def keyRed(self):
self.session.open(BhEpgPanel)
Expand Down

0 comments on commit 927d127

Please sign in to comment.