mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Improve sharing
This commit is contained in:
@@ -15,7 +15,7 @@ struct AppSidebarSubscriptions: View {
|
||||
}
|
||||
.contextMenu {
|
||||
Button("Unsubscribe") {
|
||||
navigation.presentUnsubscribeAlert(channel)
|
||||
navigation.presentUnsubscribeAlert(channel, subscriptions: subscriptions)
|
||||
}
|
||||
}
|
||||
.id("channel\(channel.id)")
|
||||
|
Reference in New Issue
Block a user