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