mirror of
https://github.com/yattee/yattee.git
synced 2025-12-29 16:02:32 +00:00
Simplify video views
This commit is contained in:
@@ -6,5 +6,10 @@ struct PearvidiousApp: App {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
#if !os(tvOS)
|
||||
.commands {
|
||||
SidebarCommands()
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user