mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +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)
|
.foregroundColor(.white)
|
||||||
.font(.headline)
|
.font(.headline)
|
||||||
}
|
}
|
||||||
if !subtitlesURL?.isEmpty {
|
if let url = subtitlesURL, !url.isEmpty {
|
||||||
Menu {
|
Menu {
|
||||||
Menu("Subtitle Foreground Color") {
|
Menu("Subtitle Foreground Color") {
|
||||||
Button("White") { subtitleForegroundColor = "white" }
|
Button("White") { subtitleForegroundColor = "white" }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue