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 -1
View File
@@ -27,7 +27,7 @@ func NewAlbumFilterButton(filter *backend.AlbumFilter) *AlbumFilterButton {
a := &AlbumFilterButton{
filter: filter,
Button: widget.Button{
Icon: theme.AlbumIcon,
Icon: theme.FilterIcon,
},
}
a.OnTapped = a.showFilterDialog