mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-12 20:40:21 +00:00
Update SettingsViewUI.swift
This commit is contained in:
parent
3345f8374e
commit
bcb1b6851b
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ struct SettingsViewUI: View {
|
|||
}
|
||||
}
|
||||
|
||||
Section(header: Text("Episode Chunk Size")) {
|
||||
Text("Chunk Size")
|
||||
Section(header: Text("Media View"), footer: Text("The episode range controls how many episodes appear on each page. Episodes are grouped into sets (like 1-25, 26-50, and so on), allowing you to navigate through them more easily.")) {
|
||||
Text("Episodes Range")
|
||||
Spacer()
|
||||
Menu {
|
||||
Button(action: { episodeChunkSize = 25 }) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue