Skip to content

Commit

Permalink
Add compileTitle method
Browse files Browse the repository at this point in the history
To disable change title while searching for channels
  • Loading branch information
Taapat committed Nov 15, 2023
1 parent 5fb36b0 commit 46e84d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FreeChannelsUi.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ def showFavourites(self):
if not self.services_list:
ChannelSelectionBase.showFavourites(self)

def compileTitle(self):
if not self.services_list:
self.setTitle("%s%s%s%s" % (self.maintitle, self.modetitle, self.functiontitle, self.servicetitle))

def open_menu(self):
self.session.open(FreeChannelsSetup)

Expand Down

0 comments on commit 46e84d5

Please sign in to comment.