Skip to content

Commit

Permalink
[DishPip]
Browse files Browse the repository at this point in the history
* add missing widget
  • Loading branch information
jbleyel committed Nov 27, 2024
1 parent 48a4455 commit d8ebe7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/Screens/Dish.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def __init__(self, session):
self["posGoto"] = Label("")
self["From"] = Label(_("From :"))
self["Goto"] = Label(_("Goto :"))
self["Tuner"] = Label(_("Tuner :"))
self["tunerName"] = Label("")
self["turnSpeed"] = Label("")
self.updateRotorSatList()
Expand Down

0 comments on commit d8ebe7a

Please sign in to comment.