mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Add new menus
This commit is contained in:
@@ -48,9 +48,6 @@ struct PlayerControlsView<Content: View>: View {
|
||||
.contentShape(Rectangle())
|
||||
}
|
||||
.padding(.vertical, 20)
|
||||
#if !os(tvOS)
|
||||
.keyboardShortcut("o")
|
||||
#endif
|
||||
|
||||
ZStack(alignment: .bottom) {
|
||||
HStack {
|
||||
@@ -73,10 +70,6 @@ struct PlayerControlsView<Content: View>: View {
|
||||
.font(.system(size: 30))
|
||||
.frame(minWidth: 30)
|
||||
|
||||
#if !os(tvOS)
|
||||
.keyboardShortcut("p")
|
||||
#endif
|
||||
|
||||
Button(action: { model.advanceToNextItem() }) {
|
||||
Label("Next", systemImage: "forward.fill")
|
||||
}
|
||||
|
Reference in New Issue
Block a user