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