mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fixed sort order description being flipped
This commit is contained in:
@@ -54,7 +54,7 @@ struct SettingsView : View {
|
||||
func buildTimelineSection() -> some View {
|
||||
Section(header: Text("TIMELINE")) {
|
||||
Toggle(isOn: $viewModel.sortOldestToNewest) {
|
||||
Text("Sort Oldest to Newest")
|
||||
Text("Sort Newest to Oldest")
|
||||
}
|
||||
Toggle(isOn: $viewModel.groupByFeed) {
|
||||
Text("Group By Feed")
|
||||
|
||||
Reference in New Issue
Block a user