mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Minor fixes
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user