beginning of prep work for translations

This commit is contained in:
Drew Weymouth
2024-07-21 11:10:00 -07:00
parent 8c5b5f55e1
commit 10ba573778
3 changed files with 97 additions and 35 deletions
+1
View File
@@ -107,6 +107,7 @@ type Tracklist struct {
}
func NewTracklist(tracks []*mediaprovider.Track, im *backend.ImageManager, useCompactRows bool) *Tracklist {
initTracklistColumns()
playIcon := theme.NewThemedResource(theme.MediaPlayIcon())
playIcon.ColorName = theme.ColorNamePrimary