Skip to content

Commit

Permalink
Add a line which I forgot in the previous commit
Browse files Browse the repository at this point in the history
Sorry
  • Loading branch information
Littlesat committed Nov 24, 2023
1 parent fd020c5 commit 567a9e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/Screens/Screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def show(self):
self.instance.show()
if self["ScreenPath"].text and "ScreenPath" not in self.availableLabels:
self["Title"].text = "%s %s" % (self["ScreenPath"].text, self["Title"].text) if self["ScreenPath"].text else self["Title"].text
self["ScreenPath"].text = ""
for x in self.onShow:
x()
for val in list(self.values()) + self.renderer:
Expand Down

0 comments on commit 567a9e1

Please sign in to comment.