Fix #741: add album year to now playing
This commit is contained in:
@@ -184,7 +184,7 @@ func (s *SettingsDialog) createGeneralTab(canSaveQueueToServer bool) *container.
|
||||
|
||||
trackNotif := widget.NewCheckWithData(lang.L("Show notification on track change"),
|
||||
binding.BindBool(&s.config.Application.ShowTrackChangeNotification))
|
||||
albumGridYears := widget.NewCheck(lang.L("Show year in album grid cards"), func(b bool) {
|
||||
albumGridYears := widget.NewCheck(lang.L("Show year in with album name"), func(b bool) {
|
||||
s.config.AlbumsPage.ShowYears = b
|
||||
s.config.FavoritesPage.ShowAlbumYears = b
|
||||
if s.OnPageNeedsRefresh != nil {
|
||||
|
||||
Reference in New Issue
Block a user