improve album year setting name

This commit is contained in:
zacaj
2025-11-25 15:35:50 +00:00
parent 9fdb62ab56
commit 6dca8e1abe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -210,7 +210,7 @@
"Show notification on track change": "Show notification on track change", "Show notification on track change": "Show notification on track change",
"Show play queue": "Show play queue", "Show play queue": "Show play queue",
"Show year in album grid cards": "Show year in album grid cards", "Show year in album grid cards": "Show year in album grid cards",
"Show year in with album name": "Show year in with album name", "Show year in album grid and now playing": "Show year in album grid and now playing",
"Shuffle": "Shuffle", "Shuffle": "Shuffle",
"Shuffled": "Shuffled", "Shuffled": "Shuffled",
"Shuffle albums": "Shuffle albums", "Shuffle albums": "Shuffle albums",
+1 -1
View File
@@ -184,7 +184,7 @@ func (s *SettingsDialog) createGeneralTab(canSaveQueueToServer bool) *container.
trackNotif := widget.NewCheckWithData(lang.L("Show notification on track change"), trackNotif := widget.NewCheckWithData(lang.L("Show notification on track change"),
binding.BindBool(&s.config.Application.ShowTrackChangeNotification)) binding.BindBool(&s.config.Application.ShowTrackChangeNotification))
albumGridYears := widget.NewCheck(lang.L("Show year in with album name"), func(b bool) { albumGridYears := widget.NewCheck(lang.L("Show year in album grid and now playing"), func(b bool) {
s.config.AlbumsPage.ShowYears = b s.config.AlbumsPage.ShowYears = b
s.config.FavoritesPage.ShowAlbumYears = b s.config.FavoritesPage.ShowAlbumYears = b
if s.OnPageNeedsRefresh != nil { if s.OnPageNeedsRefresh != nil {