mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
This commit is contained in:
parent
8f76989ae8
commit
7f4a60bf56
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ struct SubtitleSettingsSection: View {
|
|||
}
|
||||
|
||||
VStack(alignment: .leading) {
|
||||
Text("Subtitle Timing Adjustment: \(String(format: "%.1fs", subtitleDelay))")
|
||||
Text("Subtitle Delay: \(String(format: "%.1fs", subtitleDelay))")
|
||||
.padding(.bottom, 1)
|
||||
|
||||
HStack {
|
||||
|
|
|
|||
Loading…
Reference in a new issue