Skip to content

Commit

Permalink
[ConfigList] Update and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fairbird committed May 29, 2024
1 parent 9bc8e56 commit a288f43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/python/Components/ConfigList.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ def setRestartMessage(self, msg):
def getCurrentItem(self):
return self["config"].getCurrent() and len(self["config"].getCurrent()) > 1 and self["config"].getCurrent()[1] or None

def getCurrentItem(self):
return self["config"].getCurrent() and self["config"].getCurrent()[1] or None

def getCurrentEntry(self):
return self["config"].getCurrent() and self["config"].getCurrent()[0] or ""

Expand Down

0 comments on commit a288f43

Please sign in to comment.