Update SettingsPlayerView.swift

This commit is contained in:
cranci 2025-01-01 09:06:45 +01:00 committed by GitHub
parent b1e517c206
commit 66ca3cfa78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,9 +52,6 @@ struct SettingsPlayerView: View {
}
}
Toggle("Force Landscape", isOn: $isAlwaysLandscape)
.tint(.accentColor)
HStack {
Text("Hold Speed:")
Spacer()