mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Minor UI fixes
This commit is contained in:
@@ -90,11 +90,11 @@ struct NowPlayingView: View {
|
||||
VideoBanner(video: item.video, playbackTime: item.playbackTime, videoDuration: item.videoDuration)
|
||||
}
|
||||
.contextMenu {
|
||||
Button("Delete", role: .destructive) {
|
||||
Button("Remove", role: .destructive) {
|
||||
player.removeHistory(item)
|
||||
}
|
||||
|
||||
Button("Delete History", role: .destructive) {
|
||||
Button("Remove All", role: .destructive) {
|
||||
player.removeHistoryItems()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user