Update icons to the new Repeat ones

This commit is contained in:
Michael Manganiello
2023-06-20 23:51:04 -03:00
parent 196f7f2cff
commit a40ba5eb79
2 changed files with 8 additions and 4 deletions
+2
View File
@@ -193,6 +193,8 @@ var (
ShuffleIcon fyne.Resource
TracksIcon fyne.Resource
FilterIcon fyne.Resource = theme.NewThemedResource(res.ResFilterSvg)
RepeatIcon fyne.Resource = theme.NewThemedResource(res.ResRepeatSvg)
RepeatOneIcon fyne.Resource = theme.NewThemedResource(res.ResRepeatoneSvg)
)
// MUST be called at startup!