mirror of
https://github.com/yattee/yattee.git
synced 2025-08-04 01:34:10 +00:00
Hide buttons on tvOS
This commit is contained in:
@@ -76,14 +76,18 @@ struct OpenVideosView: View {
|
||||
Group {
|
||||
openURLsButton
|
||||
|
||||
Spacer()
|
||||
#if !os(tvOS)
|
||||
Spacer()
|
||||
|
||||
openFromClipboardButton
|
||||
openFromClipboardButton
|
||||
#endif
|
||||
}
|
||||
}
|
||||
.padding(.bottom, 10)
|
||||
|
||||
openFilesButton
|
||||
#if !os(tvOS)
|
||||
openFilesButton
|
||||
#endif
|
||||
|
||||
Spacer()
|
||||
}
|
||||
|
Reference in New Issue
Block a user