mirror of
https://github.com/yattee/yattee.git
synced 2024-11-12 17:18:22 +00:00
Hide buttons on tvOS
This commit is contained in:
parent
cb81a687bc
commit
67d2c33771
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user