mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Add button for toggling watch status
This commit is contained in:
@@ -159,7 +159,6 @@ struct VideoContextMenuView: View {
|
||||
Button {
|
||||
guard let watch else { return }
|
||||
player.removeWatch(watch)
|
||||
FeedModel.shared.calculateUnwatchedFeed()
|
||||
} label: {
|
||||
Label("Remove from history", systemImage: "delete.left.fill")
|
||||
}
|
||||
|
Reference in New Issue
Block a user