mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Minor fixes
This commit is contained in:
parent
a763e1d097
commit
04b4659cf7
@ -43,6 +43,7 @@ struct PlaybackSettings: View {
|
||||
}
|
||||
} label: {
|
||||
Label("Close", systemImage: "xmark")
|
||||
.imageScale(.large)
|
||||
.padding(.vertical)
|
||||
|
||||
#if os(iOS)
|
||||
|
@ -188,7 +188,9 @@ struct WatchNextView: View {
|
||||
closeButton
|
||||
}
|
||||
}
|
||||
#if !os(tvOS)
|
||||
.keyboardShortcut(.cancelAction)
|
||||
#endif
|
||||
}
|
||||
|
||||
var hideButton: some View {
|
||||
|
Loading…
Reference in New Issue
Block a user