mirror of
https://github.com/yattee/yattee.git
synced 2026-01-18 01:32:33 +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