Skip to content

Commit

Permalink
Fix headerbar subtitle in channels page
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 29, 2023
1 parent bc0c948 commit 4349df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/hypnotix/hypnotix.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def show_favorites(self, widget=None):
self.show_channels(channels, favorites=True)

def show_channels(self, channels, favorites=False):
self.navigate_to("channels_page", "", True)
self.navigate_to("channels_page", "", favorites)
if self.content_type == TV_GROUP:
self.sidebar.show()
for child in self.channels_listbox.get_children():
Expand Down

0 comments on commit 4349df7

Please sign in to comment.