mirror of
https://github.com/yattee/yattee.git
synced 2026-01-14 07:42:33 +00:00
Fix stream state
This commit is contained in:
@@ -79,3 +79,10 @@ struct PlaybackBar: View {
|
||||
.keyboardShortcut(.cancelAction)
|
||||
}
|
||||
}
|
||||
|
||||
struct PlaybackBar_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
PlaybackBar()
|
||||
.injectFixtureEnvironmentObjects()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user