Simplify video views

This commit is contained in:
Arkadiusz Fal
2021-07-28 00:40:04 +02:00
parent 52ffe19324
commit 5b0a3458f3
18 changed files with 374 additions and 404 deletions

View File

@@ -6,5 +6,10 @@ struct PearvidiousApp: App {
WindowGroup {
ContentView()
}
#if !os(tvOS)
.commands {
SidebarCommands()
}
#endif
}
}