fix missing tooltip on discography sort btn

This commit is contained in:
Drew Weymouth
2024-12-29 08:12:31 -08:00
parent 619d1fad0b
commit c773743e06
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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)),