mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-23 23:51:06 +01:00
fix iOS/Settings/SettingsViewController.swift
This commit is contained in:
parent
56a8aa1606
commit
908e8c3c63
@ -233,7 +233,7 @@ class SettingsViewController: UITableViewController {
|
|||||||
openURL("https://ranchero.com/netnewswire/")
|
openURL("https://ranchero.com/netnewswire/")
|
||||||
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
|
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
|
||||||
case 2:
|
case 2:
|
||||||
openURL("https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/HowToSupportNetNewsWire.markdown")
|
openURL("https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/HowToSupportNetNewsWire.markdown")
|
||||||
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
|
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
|
||||||
case 3:
|
case 3:
|
||||||
openURL("https://github.com/brentsimmons/NetNewsWire")
|
openURL("https://github.com/brentsimmons/NetNewsWire")
|
||||||
@ -242,7 +242,7 @@ class SettingsViewController: UITableViewController {
|
|||||||
openURL("https://github.com/brentsimmons/NetNewsWire/issues")
|
openURL("https://github.com/brentsimmons/NetNewsWire/issues")
|
||||||
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
|
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
|
||||||
case 5:
|
case 5:
|
||||||
openURL("https://github.com/brentsimmons/NetNewsWire/tree/master/Technotes")
|
openURL("https://github.com/brentsimmons/NetNewsWire/tree/main/Technotes")
|
||||||
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
|
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
|
||||||
case 6:
|
case 6:
|
||||||
openURL("https://ranchero.com/netnewswire/slack")
|
openURL("https://ranchero.com/netnewswire/slack")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user