mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
come on man
This commit is contained in:
parent
37b330be45
commit
4f524964d0
1 changed files with 0 additions and 13 deletions
|
|
@ -52,19 +52,6 @@ struct SettingsViewGeneral: View {
|
|||
}
|
||||
}
|
||||
|
||||
HStack {
|
||||
Text("Episode Sort Order")
|
||||
Spacer()
|
||||
Menu(episodeSortOrder) {
|
||||
Button(action: { episodeSortOrder = "Ascending" }) {
|
||||
Text("Ascending (1-100)")
|
||||
}
|
||||
Button(action: { episodeSortOrder = "Descending" }) {
|
||||
Text("Descending (100-1)")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Toggle("Fetch Episode metadata", isOn: $fetchEpisodeMetadata)
|
||||
.tint(.accentColor)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue