Skip to content

Commit

Permalink
Set subtitle when navigating to landing page (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
web1n authored Nov 25, 2024
1 parent cd699f7 commit 1462905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/lib/hypnotix/hypnotix.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ def navigate_to(self, page, name="", favorites=False):
self.back_page = "landing_page"
if page == "landing_page":
self.headerbar.set_title("Hypnotix")
self.headerbar.set_subtitle(_("Watch TV"))
if provider is None:
self.current_provider_label.set_text(_("No provider selected"))
self.tv_label.set_text(_("TV Channels (%d)") % 0)
Expand Down

0 comments on commit 1462905

Please sign in to comment.