Add Slack link to Help. Issue #1365

This commit is contained in:
Maurice Parker
2019-11-27 14:17:57 -06:00
parent ef2222ad94
commit e9032c4a0f
2 changed files with 31 additions and 11 deletions

View File

@@ -215,6 +215,9 @@ class SettingsViewController: UITableViewController {
openURL("https://github.com/brentsimmons/NetNewsWire/tree/master/Technotes")
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
case 6:
openURL("https://ranchero.com/netnewswire/slack")
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
case 7:
let timeline = UIStoryboard.settings.instantiateController(ofType: AboutViewController.self)
self.navigationController?.pushViewController(timeline, animated: true)
default: