1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 23:40:35 +05:30

Fix buttons on tvOS

This commit is contained in:
Arkadiusz Fal 2022-11-19 01:49:58 +01:00
parent 36ccda23a1
commit 708c6fc112

View File

@ -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") {