Minor fixes

This commit is contained in:
Arkadiusz Fal 2022-12-22 19:36:49 +01:00
parent a763e1d097
commit 04b4659cf7
2 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@ struct PlaybackSettings: View {
}
} label: {
Label("Close", systemImage: "xmark")
.imageScale(.large)
.padding(.vertical)
#if os(iOS)

View File

@ -188,7 +188,9 @@ struct WatchNextView: View {
closeButton
}
}
#if !os(tvOS)
.keyboardShortcut(.cancelAction)
#endif
}
var hideButton: some View {