mirror of
https://github.com/yattee/yattee.git
synced 2025-10-15 03:48:11 +00:00
tvOS layout fixes
This commit is contained in:
@@ -25,12 +25,12 @@ struct PopularView: View {
|
||||
.navigationTitle("Popular")
|
||||
#endif
|
||||
}
|
||||
#if !os(tvOS)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .automatic) {
|
||||
FavoriteButton(item: FavoriteItem(section: .popular))
|
||||
}
|
||||
}
|
||||
#if !os(tvOS)
|
||||
.background(
|
||||
Button("Refresh") {
|
||||
resource?.load()
|
||||
|
Reference in New Issue
Block a user