mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add SwiftUI account detail view
This commit is contained in:
@@ -394,7 +394,7 @@ class MasterFeedViewController: ProgressTableViewController, UndoableCommandRunn
|
||||
|
||||
@IBAction func settings(_ sender: UIBarButtonItem) {
|
||||
|
||||
let settings = UIHostingController(rootView: SettingsView(viewModel: SettingsViewModel()))
|
||||
let settings = UIHostingController(rootView: SettingsView(viewModel: SettingsView.ViewModel()))
|
||||
self.present(settings, animated: true)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user