Adding search queries to favorites

This commit is contained in:
Arkadiusz Fal
2021-11-09 18:43:15 +01:00
parent afcefc2e54
commit ef5ac0ec65
6 changed files with 96 additions and 21 deletions

View File

@@ -64,7 +64,7 @@ struct EditFavorites: View {
.padding(.trailing, 40)
HStack {
Text("Add more Channels and Playlists to your Favorites using button")
Text("Add Channels, Playlists and Searches to Favorites using")
Button {} label: {
Label("Add to Favorites", systemImage: "heart")
.labelStyle(.iconOnly)