Skip to content

Commit

Permalink
fix missing tooltip on discography sort btn
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Dec 29, 2024
1 parent 619d1fa commit c773743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
"Size": "Size",
"Skip duplicate tracks": "Skip duplicate tracks",
"Skip this version": "Skip this version",
"Sort": "Sort",
"Soundtrack": "Soundtrack",
"Spoken Word": "Spoken Word",
"Startup page": "Startup page",
Expand Down
1 change: 1 addition & 0 deletions ui/browsing/artistpage.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func newArtistPage(artistID string, cfg *backend.ArtistPageConfig, pool *util.Wi
viewToggle.SetActivatedLabel(a.activeView)
viewToggle.OnChanged = a.onViewChange
a.sortButton = widgets.NewIconButton(myTheme.SortIcon, a.showAlbumSortMenu)
a.sortButton.SetToolTip(lang.L("Sort"))
viewToggleRow := container.NewBorder(nil, nil,
container.NewHBox(util.NewHSpace(5), viewToggle),
container.NewHBox(a.sortButton, util.NewHSpace(10)),
Expand Down

0 comments on commit c773743

Please sign in to comment.