mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
ok this works my bad
This commit is contained in:
parent
94e2447f64
commit
152b4d585f
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ struct CustomMediaPlayer: View {
|
|||
.foregroundColor(.white)
|
||||
.font(.headline)
|
||||
}
|
||||
if !subtitlesURL?.isEmpty {
|
||||
if let url = subtitlesURL, !url.isEmpty {
|
||||
Menu {
|
||||
Menu("Subtitle Foreground Color") {
|
||||
Button("White") { subtitleForegroundColor = "white" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue