mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix Timeline Layout selection
This commit is contained in:
@@ -233,7 +233,7 @@ class SettingsViewController: UITableViewController, Logging {
|
||||
}
|
||||
case 4:
|
||||
switch indexPath.row {
|
||||
case 3:
|
||||
case 4:
|
||||
let timeline = UIStoryboard.settings.instantiateController(ofType: TimelineCustomizerViewController.self)
|
||||
self.navigationController?.pushViewController(timeline, animated: true)
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user