mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-20 08:02:16 +00:00
This commit is contained in:
parent
eec9b380dd
commit
7c3b8e74d9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ struct SettingsViewPlayer: View {
|
|||
|
||||
var body: some View {
|
||||
Form {
|
||||
Section(header: Text("Media Player"), footer: Text("Some features are limited to Sora while others are limited to the Default player, such as ForceLandscape and holdSpeed. Unfortunately the ForceLandscape doesn't yet working on the Sora Player.")) {
|
||||
Section(header: Text("Media Player"), footer: Text("Some features are limited to Sora while others are limited to the Default player, such as ForceLandscape and holdSpeed. Unfortunately the ForceLandscape doesn't yet work on the Sora Player.")) {
|
||||
HStack {
|
||||
Text("Media Player")
|
||||
Spacer()
|
||||
|
|
|
|||
Loading…
Reference in a new issue