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