add filter icon

This commit is contained in:
Drew Weymouth
2023-05-11 21:32:07 -07:00
parent 87ae111cb2
commit 85701c568c
5 changed files with 17 additions and 1 deletions
+1
View File
@@ -121,6 +121,7 @@ var (
PlaylistIcon fyne.Resource
ShuffleIcon fyne.Resource
TracksIcon fyne.Resource
FilterIcon fyne.Resource = theme.NewThemedResource(res.ResFilterSvg)
)
// MUST be called at startup!