mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-13 04:50:41 +00:00
fixed?
This commit is contained in:
parent
e2252e13d0
commit
3345f8374e
1 changed files with 3 additions and 1 deletions
|
|
@ -27,6 +27,8 @@ struct SettingsViewUI: View {
|
|||
}
|
||||
|
||||
Section(header: Text("Episode Chunk Size")) {
|
||||
Text("Chunk Size")
|
||||
Spacer()
|
||||
Menu {
|
||||
Button(action: { episodeChunkSize = 25 }) {
|
||||
Text("25")
|
||||
|
|
@ -41,7 +43,7 @@ struct SettingsViewUI: View {
|
|||
Text("100")
|
||||
}
|
||||
} label: {
|
||||
Text("Chunk Size: \(episodeChunkSize)")
|
||||
Text("\(episodeChunkSize)")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue