mirror of
https://github.com/yattee/yattee.git
synced 2025-10-15 20:08:18 +00:00
Improve open videos layouts
This commit is contained in:
@@ -120,3 +120,10 @@ struct AppSidebarNavigation: View {
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
struct AppSidebarNavigation_Preview: PreviewProvider {
|
||||
static var previews: some View {
|
||||
AppSidebarNavigation()
|
||||
.injectFixtureEnvironmentObjects()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user