mirror of
https://github.com/yattee/yattee.git
synced 2025-10-18 05:18:12 +00:00
Managing Favorites sections
This commit is contained in:
@@ -26,6 +26,11 @@ struct SubscriptionsView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .automatic) {
|
||||
FavoriteButton(item: FavoriteItem(section: .subscriptions))
|
||||
}
|
||||
}
|
||||
.refreshable {
|
||||
loadResources(force: true)
|
||||
}
|
||||
|
Reference in New Issue
Block a user