mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +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) {
|
VStack(alignment: .leading) {
|
||||||
Text("Subtitle Timing Adjustment: \(String(format: "%.1fs", subtitleDelay))")
|
Text("Subtitle Delay: \(String(format: "%.1fs", subtitleDelay))")
|
||||||
.padding(.bottom, 1)
|
.padding(.bottom, 1)
|
||||||
|
|
||||||
HStack {
|
HStack {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue