mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Watch next view
This commit is contained in:
@@ -160,6 +160,11 @@ struct HomeView: View {
|
||||
#endif
|
||||
|
||||
HistoryView(limit: homeHistoryItems)
|
||||
#if os(tvOS)
|
||||
.padding(.horizontal, 40)
|
||||
#else
|
||||
.padding(.horizontal, 15)
|
||||
#endif
|
||||
.id(historyID)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user