Minor quality profiles UI improvements (fix #272)

This commit is contained in:
Arkadiusz Fal
2022-08-21 16:28:30 +02:00
parent 59632e8330
commit 7cbb80847a
3 changed files with 21 additions and 5 deletions

View File

@@ -92,5 +92,6 @@ struct StreamControl: View {
struct StreamControl_Previews: PreviewProvider {
static var previews: some View {
StreamControl()
.injectFixtureEnvironmentObjects()
}
}