use radio icon and tweak icon padding

This commit is contained in:
Drew Weymouth
2024-06-01 12:33:09 -07:00
parent e180197852
commit 605c62ea7a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -534,7 +534,7 @@ func (t *Tracklist) onShowContextMenu(e *fyne.PointEvent, trackIdx int) {
t.songRadioMenuItem = fyne.NewMenuItem("Play song radio", func() {
t.onPlaySongRadio(t.selectedTracks())
})
t.songRadioMenuItem.Icon = myTheme.BroadcastIcon
t.songRadioMenuItem.Icon = myTheme.RadioIcon
t.ctxMenu.Items = append(t.ctxMenu.Items,
play, shuffle, playNext, add, t.songRadioMenuItem)
}