mirror of
https://github.com/yattee/yattee.git
synced 2025-08-04 01:34:10 +00:00
Fix buttons on tvOS
This commit is contained in:
@@ -47,9 +47,7 @@ struct HomeView: View {
|
||||
OpenVideosButton(text: "Settings", imageSystemName: "gear") {
|
||||
NavigationModel.shared.presentingSettings = true
|
||||
}
|
||||
.frame(maxWidth: 600)
|
||||
}
|
||||
|
||||
#else
|
||||
if showOpenActionsInHome {
|
||||
OpenVideosButton(text: "Files", imageSystemName: "folder") {
|
||||
|
Reference in New Issue
Block a user